Home
last modified time | relevance | path

Searched refs:rotableLayout (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/examples/layouts/dynamiclayouts/
H A Ddialog.cpp102 rotableLayout->removeWidget(widget); in rotateWidgets()
108 rotableLayout->addWidget(rotableWidgets[n - i - 1], 0, i); in rotateWidgets()
109 rotableLayout->addWidget(rotableWidgets[i], 1, i); in rotateWidgets()
135 rotableLayout = new QGridLayout; in createRotableGroupBox()
136 rotableGroupBox->setLayout(rotableLayout); in createRotableGroupBox()
H A Ddialog.h91 QGridLayout *rotableLayout; variable
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/widgets/layouts/
H A Ddynamiclayouts.py78 self.rotableLayout.removeWidget(widget)
83 self.rotableLayout.addWidget(self.rotableWidgets[count - i - 1], 0, i)
84 self.rotableLayout.addWidget(self.rotableWidgets[i], 1, i)
130 self.rotableLayout = QGridLayout()
131 self.rotableGroupBox.setLayout(self.rotableLayout)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/widgets/layouts/
H A Ddynamiclayouts.py78 self.rotableLayout.removeWidget(widget)
83 self.rotableLayout.addWidget(self.rotableWidgets[count - i - 1], 0, i)
84 self.rotableLayout.addWidget(self.rotableWidgets[i], 1, i)
130 self.rotableLayout = QGridLayout()
131 self.rotableGroupBox.setLayout(self.rotableLayout)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/widgets/layouts/
H A Ddynamiclayouts.py78 self.rotableLayout.removeWidget(widget)
83 self.rotableLayout.addWidget(self.rotableWidgets[count - i - 1], 0, i)
84 self.rotableLayout.addWidget(self.rotableWidgets[i], 1, i)
130 self.rotableLayout = QGridLayout()
131 self.rotableGroupBox.setLayout(self.rotableLayout)