Searched refs:verticalLayout (Results 1 – 6 of 6) sorted by relevance
34 QVBoxLayout *verticalLayout = new QVBoxLayout(this); in LogWidget() local35 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()
15 <layout class="QVBoxLayout" name="verticalLayout" >
70 <layout class="QVBoxLayout" name="verticalLayout" >
417 <layout class="QVBoxLayout" name="verticalLayout" >
926 QVBoxLayout *verticalLayout = new QVBoxLayout(this); in ConfigView() local927 verticalLayout->setContentsMargins(0, 0, 0, 0); in ConfigView()930 verticalLayout->addWidget(list); in ConfigView()933 verticalLayout->addWidget(lineEdit); in ConfigView()