Searched refs:mainLayout (Results 1 – 12 of 12) sorted by relevance
29 QHBoxLayout * mainLayout = new QHBoxLayout(this); in QIpAddressEdit() local30 mainLayout->addWidget(item1); in QIpAddressEdit()31 mainLayout->addWidget(new QLabel(".", this)); in QIpAddressEdit()32 mainLayout->addWidget(item2); in QIpAddressEdit()33 mainLayout->addWidget(new QLabel(".", this)); in QIpAddressEdit()34 mainLayout->addWidget(item3); in QIpAddressEdit()35 mainLayout->addWidget(new QLabel(".", this)); in QIpAddressEdit()36 mainLayout->addWidget(item4); in QIpAddressEdit()44 this->setLayout(mainLayout); in QIpAddressEdit()
11 QVBoxLayout *mainLayout = new QVBoxLayout; in inputDialog() local36 mainLayout->addWidget(nameLabel); in inputDialog()37 mainLayout->addSpacing(5); in inputDialog()38 mainLayout->addWidget(wordEdit); in inputDialog()39 mainLayout->addStretch(0); in inputDialog()40 mainLayout->addLayout(buttonlayout); in inputDialog()44 setLayout(mainLayout); in inputDialog()
109 QBoxLayout *mainLayout = new QVBoxLayout(); in MultiVideoPlayer() local110 mainLayout->setMargin(0); in MultiVideoPlayer()111 mainLayout->setSpacing(0); in MultiVideoPlayer()115 mainLayout->addWidget(widget); in MultiVideoPlayer()117 mainLayout->addWidget(exitButton); in MultiVideoPlayer()120 widget->setLayout(mainLayout); in MultiVideoPlayer()
89 QBoxLayout *mainLayout; variable
91 QBoxLayout *mainLayout = new QVBoxLayout(); in QPlayer() local92 mainLayout->setMargin(0); in QPlayer()93 mainLayout->setSpacing(0); in QPlayer()94 mainLayout->addWidget(videoViewer); in QPlayer()95 mainLayout->addWidget(imageViewer); in QPlayer()96 mainLayout->addWidget(control); in QPlayer()99 widget->setLayout(mainLayout); in QPlayer()
104 QBoxLayout *mainLayout; variable
75 ui->mainLayout; in Keytest()76 setLayout(ui->mainLayout); in Keytest()