Home
last modified time | relevance | path

Searched refs:verticalLayout (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/applications/positioning_backend/
H A Dlogwidget.cpp34 QVBoxLayout *verticalLayout = new QVBoxLayout(this); in LogWidget() local
35 verticalLayout->setSpacing(6); in LogWidget()
36 verticalLayout->setContentsMargins(11, 11, 11, 11); in LogWidget()
37 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); in LogWidget()
40 verticalLayout->addWidget(editor); in LogWidget()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Daddbookmarkdialog.ui15 <layout class="QVBoxLayout" name="verticalLayout" >
H A Ddownloaditem.ui70 <layout class="QVBoxLayout" name="verticalLayout" >
H A Dsettings.ui417 <layout class="QVBoxLayout" name="verticalLayout" >
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dqconf.cc926 QVBoxLayout *verticalLayout = new QVBoxLayout(this); in ConfigView() local
927 verticalLayout->setContentsMargins(0, 0, 0, 0); in ConfigView()
930 verticalLayout->addWidget(list); in ConfigView()
933 verticalLayout->addWidget(lineEdit); in ConfigView()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dqconf.cc926 QVBoxLayout *verticalLayout = new QVBoxLayout(this); in ConfigView() local
927 verticalLayout->setContentsMargins(0, 0, 0, 0); in ConfigView()
930 verticalLayout->addWidget(list); in ConfigView()
933 verticalLayout->addWidget(lineEdit); in ConfigView()