Home
last modified time | relevance | path

Searched refs:center_layout (Results 1 – 13 of 13) sorted by relevance

/dports/misc/orange3/orange3-3.29.1/Orange/widgets/utils/
H A Dcolorgradientselection.py55 center_layout = QHBoxLayout()
56 self.center_box.setLayout(center_layout)
63 center_layout.setContentsMargins(0, 0, 0, 0)
64 center_layout.addStretch(1)
65 center_layout.addWidget(QLabel("Centered at"))
66 center_layout.addWidget(self.center_edit)
/dports/polish/kadu/kadu-4.3/kadu-core/gui/windows/
H A Dabout.cpp205 QVBoxLayout *center_layout = new QVBoxLayout(center); in init() local
206 center_layout->addWidget(texts); in init()
207 center_layout->addWidget(tw_about); in init()
224 center_layout->addWidget(bottom); in init()
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/configuration/
H A Dconfiguration-widget.cpp69 QHBoxLayout *center_layout = new QHBoxLayout(this); in ConfigurationWidget() local
70 center_layout->setMargin(0); in ConfigurationWidget()
71 center_layout->setSpacing(0); in ConfigurationWidget()
90 center_layout->addWidget(LeftWidget); in ConfigurationWidget()
91 center_layout->addWidget(ContainerWidget); in ConfigurationWidget()
/dports/audio/picard/picard-release-2.6.2/picard/ui/searchdialog/
H A D__init__.py177 self.center_layout = QtWidgets.QVBoxLayout(self.center_widget)
178 self.center_layout.setObjectName("center_layout")
179 self.center_layout.setContentsMargins(1, 1, 1, 1)
180 self.center_widget.setLayout(self.center_layout)
/dports/audio/picard/picard-release-2.6.2/picard/ui/
H A Dtablebaseddialog.py145 widget_item = self.center_layout.takeAt(0)
149 self.center_layout.removeWidget(current_widget)
152 self.center_layout.addWidget(widget)
/dports/games/xmahjongg/xmahjongg-3.7/src/
H A Dboard.hh89 void center_layout();
H A Dboard.cc203 center_layout(); in layout_hook()
232 Board::center_layout() in center_layout() function in Board
H A Dpanel.cc120 _board->center_layout(); in resize()
H A Dmain.cc721 board->center_layout(); in main()
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/ui/tktile/
H A Dmenubar.py177 center_layout=tkinter.BooleanVar(),
232 tkopt.center_layout.set(opt.center_layout)
559 label=n_("&Center layout"), variable=self.tkopt.center_layout,
1577 self.app.opt.center_layout = not self.app.opt.center_layout
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/
H A Doptions.py447 self.center_layout = True
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/chromeos/wallpaper_manager/css/
H A Dwallpaper_manager.css580 background-image: url(../images/ui/center_layout.svg);
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/game/
H A D__init__.py1029 if (not self.app.opt.center_layout or self.app.opt.spread_stacks or
1341 not self.app.opt.center_layout):