Searched refs:groupBox1Layout (Results 1 – 4 of 4) sorted by relevance
/dports/print/hplip/hplip-3.20.6/ui/ |
H A D | faxsettingsform_base.py | 33 groupBox1Layout = QGridLayout(self.groupBox1.layout()) 34 groupBox1Layout.setAlignment(Qt.AlignTop) 38 groupBox1Layout.addWidget(self.textLabel2,2,0) 42 groupBox1Layout.addWidget(self.faxEdit,2,1) 46 groupBox1Layout.addWidget(self.textLabel1,1,0) 50 groupBox1Layout.addWidget(self.nameEdit,1,1) 55 groupBox1Layout.addMultiCellWidget(self.textLabel3,0,0,0,1)
|
H A D | colorcal4form_base.py | 43 groupBox1Layout = QGridLayout(self.groupBox1.layout()) 44 groupBox1Layout.setAlignment(Qt.AlignTop) 46 groupBox1Layout.addItem(spacer3,1,4) 64 groupBox1Layout.addMultiCellLayout(layout2,1,1,1,3) 66 groupBox1Layout.addItem(spacer4,1,0) 74 groupBox1Layout.addWidget(self.gray_plot_png,0,2) 76 groupBox1Layout.addMultiCell(spacer1,0,0,3,4) 78 groupBox1Layout.addMultiCell(spacer2,0,0,0,1)
|
H A D | devmgr4_base.py | 152 groupBox1Layout = QGridLayout(self.groupBox1.layout()) 153 groupBox1Layout.setAlignment(Qt.AlignTop) 157 groupBox1Layout.addWidget(self.defaultPushButton,0,2) 161 groupBox1Layout.addWidget(self.rejectacceptPushButton,0,1) 165 groupBox1Layout.addWidget(self.stopstartPushButton,0,0)
|
/dports/sysutils/testdisk/testdisk-7.1/src/ |
H A D | qphotorec.cpp | 503 QVBoxLayout *groupBox1Layout = new QVBoxLayout; in setupUI() local 506 groupBox1Layout->addWidget(qextRadioButton); in setupUI() 507 groupBox1Layout->addWidget(qfatRadioButton); in setupUI() 508 groupBox1->setLayout(groupBox1Layout); in setupUI()
|