/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/ |
H A D | ttkFrame.c | 325 Ttk_Layout labelLayout = lframePtr->label.labelLayout; in LabelframeLabelSize() local 330 } else if (labelLayout) { in LabelframeLabelSize() 391 Ttk_Layout labelLayout; in LabelframeGetLayout() local 397 labelLayout = Ttk_CreateSublayout( in LabelframeGetLayout() 400 if (labelLayout) { in LabelframeGetLayout() 401 if (lf->label.labelLayout) { in LabelframeGetLayout() 405 lf->label.labelLayout = labelLayout; in LabelframeGetLayout() 454 if (lframePtr->label.labelLayout) { in LabelframeDoLayout() 466 if (lframePtr->label.labelLayout) { in LabelframeDisplay() 526 lframe->label.labelLayout = 0; in LabelframeInitialize() [all …]
|
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/ |
H A D | ttkFrame.c | 327 Ttk_Layout labelLayout = lframePtr->label.labelLayout; in LabelframeLabelSize() local 332 } else if (labelLayout) { in LabelframeLabelSize() 396 Ttk_Layout labelLayout; in LabelframeGetLayout() local 402 labelLayout = Ttk_CreateSublayout( in LabelframeGetLayout() 405 if (labelLayout) { in LabelframeGetLayout() 406 if (lf->label.labelLayout) { in LabelframeGetLayout() 410 lf->label.labelLayout = labelLayout; in LabelframeGetLayout() 461 if (lframePtr->label.labelLayout) { in LabelframeDoLayout() 473 if (lframePtr->label.labelLayout) { in LabelframeDisplay() 542 lframe->label.labelLayout = 0; in LabelframeInitialize() [all …]
|
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/ |
H A D | ttkFrame.c | 326 Ttk_Layout labelLayout = lframePtr->label.labelLayout; in LabelframeLabelSize() local 331 } else if (labelLayout) { in LabelframeLabelSize() 395 Ttk_Layout labelLayout; in LabelframeGetLayout() local 401 labelLayout = Ttk_CreateSublayout( in LabelframeGetLayout() 404 if (labelLayout) { in LabelframeGetLayout() 405 if (lf->label.labelLayout) { in LabelframeGetLayout() 409 lf->label.labelLayout = labelLayout; in LabelframeGetLayout() 460 if (lframePtr->label.labelLayout) { in LabelframeDoLayout() 472 if (lframePtr->label.labelLayout) { in LabelframeDisplay() 541 lframe->label.labelLayout = 0; in LabelframeInitialize() [all …]
|
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/chip/ |
H A D | view.cpp | 126 QHBoxLayout *labelLayout = new QHBoxLayout; in View() local 157 labelLayout->addWidget(label); in View() 158 labelLayout->addStretch(); in View() 159 labelLayout->addWidget(label2); in View() 160 labelLayout->addWidget(selectModeButton); in View() 161 labelLayout->addWidget(dragModeButton); in View() 162 labelLayout->addStretch(); in View() 163 labelLayout->addWidget(antialiasButton); in View() 164 labelLayout->addWidget(openGlButton); in View() 165 labelLayout->addWidget(printButton); in View() [all …]
|
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/graphicsview/chip/ |
H A D | view.cpp | 144 QHBoxLayout *labelLayout = new QHBoxLayout; in View() local 175 labelLayout->addWidget(label); in View() 176 labelLayout->addStretch(); in View() 177 labelLayout->addWidget(label2); in View() 178 labelLayout->addWidget(selectModeButton); in View() 179 labelLayout->addWidget(dragModeButton); in View() 180 labelLayout->addStretch(); in View() 181 labelLayout->addWidget(antialiasButton); in View() 182 labelLayout->addWidget(openGlButton); in View() 183 labelLayout->addWidget(printButton); in View() [all …]
|
/dports/deskutils/akregator/akregator-21.12.3/src/crashwidget/ |
H A D | crashwidget.cpp | 20 auto labelLayout = new QHBoxLayout; in CrashWidget() local 28 vbox->addLayout(labelLayout); in CrashWidget() 29 labelLayout->addStretch(0); in CrashWidget() 30 labelLayout->addWidget(label); in CrashWidget() 31 labelLayout->addStretch(0); in CrashWidget()
|
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/History/ |
H A D | HistoryEntryWidget.cpp | 41 auto* labelLayout = new QHBoxLayout(); in HistoryEntryWidget() local 59 labelLayout->addWidget(m->dateLabel); in HistoryEntryWidget() 60 …labelLayout->addItem(new QSpacerItem(100, 1, QSizePolicy::MinimumExpanding, QSizePolicy::Maximum)); in HistoryEntryWidget() 61 labelLayout->addWidget(m->trackLabel); in HistoryEntryWidget() 65 layout->addLayout(labelLayout); in HistoryEntryWidget()
|
/dports/biology/jalview/jalview/src/jalview/gui/ |
H A D | ProgressPanel.java | 62 private CardLayout labelLayout = new CardLayout(); field in ProgressPanel 101 labelPanel.setLayout(labelLayout); in ProgressPanel() 109 labelLayout.show(labelPanel, VISIBLE); in ProgressPanel() 138 labelLayout.show(labelPanel, VISIBLE); in propertyChange() 143 labelLayout.show(labelPanel, INVISIBLE); in propertyChange()
|
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/obsolete/ |
H A D | svgview.cpp | 67 QHBoxLayout *labelLayout = new QHBoxLayout; in SVGView() local 81 labelLayout->addWidget(m_label); in SVGView() 82 labelLayout->addStretch(); in SVGView() 83 labelLayout->addWidget(m_printButton); in SVGView() 84 labelLayout->addWidget(m_loadPCBXMLButton); in SVGView() 87 topLayout->addLayout(labelLayout, 0, 0); in SVGView()
|
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/wizard/ |
H A D | RadioController.cpp | 59 QHBoxLayout *labelLayout = new QHBoxLayout; in createGUI() local 60 labelLayout->setContentsMargins(20, 0, 0, 10); in createGUI() 61 l->addLayout(labelLayout); in createGUI() 68 labelLayout->addWidget(label); in createGUI()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/graphicsview/qgraphicsview/benchapps/chipTest/ |
H A D | view.cpp | 135 QHBoxLayout *labelLayout = new QHBoxLayout; in View() local 152 labelLayout->addWidget(label); in View() 153 labelLayout->addStretch(); in View() 154 labelLayout->addWidget(antialiasButton); in View() 155 labelLayout->addWidget(openGlButton); in View() 156 labelLayout->addWidget(printButton); in View() 159 topLayout->addLayout(labelLayout, 0, 0); in View()
|
/dports/deskutils/copyq/CopyQ-5.0.0/plugins/itemnotes/ |
H A D | itemnotes.cpp | 114 auto labelLayout = new QHBoxLayout; in ItemNotes() local 115 labelLayout->setMargin(0); in ItemNotes() 116 labelLayout->setContentsMargins(notesIndent, 0, 0, 0); in ItemNotes() 119 labelLayout->addWidget(m_icon, 0, Qt::AlignLeft | Qt::AlignTop); in ItemNotes() 121 labelLayout->addWidget(m_notes, 1, Qt::AlignLeft | Qt::AlignTop); in ItemNotes() 125 layout->addLayout(labelLayout); in ItemNotes() 127 layout->addLayout(labelLayout); in ItemNotes()
|
/dports/sysutils/kcron/kcron-21.12.3/src/ |
H A D | genericListWidget.cpp | 37 auto labelLayout = new QHBoxLayout(); in GenericListWidget() local 41 labelLayout->addWidget(tasksIcon); in GenericListWidget() 44 labelLayout->addWidget(tasksLabel, 1, Qt::AlignLeft); in GenericListWidget() 46 mainLayout->addLayout(labelLayout); in GenericListWidget()
|
/dports/comms/klog/klog-1.8.5/src/charts/ |
H A D | statsfieldperbandwidget.cpp | 64 QHBoxLayout *labelLayout = new QHBoxLayout; in createUI() local 65 labelLayout->addWidget(textLabel); in createUI() 66 labelLayout->addWidget(modeComboBox); in createUI() 69 layout->addLayout(labelLayout); in createUI()
|
H A D | statsgridsonsatswidget.cpp | 78 QHBoxLayout *labelLayout = new QHBoxLayout; in createUI() local 79 labelLayout->addWidget(textLabel); in createUI() 80 labelLayout->addWidget(numberLabel); in createUI() 85 checksLayout->addLayout(labelLayout); in createUI()
|
H A D | statsdxccsonsatswidget.cpp | 81 QHBoxLayout *labelLayout = new QHBoxLayout; in createUI() local 82 labelLayout->addWidget(textLabel); in createUI() 83 labelLayout->addWidget(numberLabel); in createUI() 88 checksLayout->addLayout(labelLayout); in createUI()
|
/dports/graphics/krita/krita-4.4.8/libs/ui/brushhud/ |
H A D | kis_brush_hud.cpp | 79 QHBoxLayout *labelLayout = new QHBoxLayout(); in KisBrushHud() local 97 labelLayout->addWidget(m_d->lblPresetIcon); in KisBrushHud() 98 labelLayout->addWidget(m_d->lblPresetName); in KisBrushHud() 99 labelLayout->addWidget(m_d->btnReloadPreset); in KisBrushHud() 100 labelLayout->addWidget(m_d->btnConfigure); in KisBrushHud() 102 layout->addLayout(labelLayout); in KisBrushHud()
|
/dports/x11-fm/qtfm/qtfm-6.2.1/libfm/ |
H A D | processdialog.cpp | 30 QHBoxLayout *labelLayout = new QHBoxLayout(labelContainer); in ProcessDialog() local 37 labelLayout->addWidget(labelIcon); in ProcessDialog() 38 labelLayout->addWidget(labelText); in ProcessDialog()
|
/dports/security/pinentry-qt5/pinentry-1.1.1/tqt/ |
H A D | pinentrydialog.cpp | 45 TQBoxLayout* labelLayout = new TQVBoxLayout( upperLayout ); 48 labelLayout->addWidget( _error ); 51 labelLayout->addWidget( _desc ); 53 TQGridLayout* grid = new TQGridLayout( labelLayout );
|
/dports/security/pinentry-efl/pinentry-1.1.1/tqt/ |
H A D | pinentrydialog.cpp | 45 TQBoxLayout* labelLayout = new TQVBoxLayout( upperLayout ); 48 labelLayout->addWidget( _error ); 51 labelLayout->addWidget( _desc ); 53 TQGridLayout* grid = new TQGridLayout( labelLayout );
|
/dports/security/pinentry-tty/pinentry-1.1.1/tqt/ |
H A D | pinentrydialog.cpp | 45 TQBoxLayout* labelLayout = new TQVBoxLayout( upperLayout ); in PinEntryDialog() local 48 labelLayout->addWidget( _error ); in PinEntryDialog() 51 labelLayout->addWidget( _desc ); in PinEntryDialog() 53 TQGridLayout* grid = new TQGridLayout( labelLayout ); in PinEntryDialog()
|
/dports/security/pinentry-curses/pinentry-1.1.1/tqt/ |
H A D | pinentrydialog.cpp | 45 TQBoxLayout* labelLayout = new TQVBoxLayout( upperLayout ); in PinEntryDialog() local 48 labelLayout->addWidget( _error ); in PinEntryDialog() 51 labelLayout->addWidget( _desc ); in PinEntryDialog() 53 TQGridLayout* grid = new TQGridLayout( labelLayout ); in PinEntryDialog()
|
/dports/security/pinentry/pinentry-1.1.1/tqt/ |
H A D | pinentrydialog.cpp | 45 TQBoxLayout* labelLayout = new TQVBoxLayout( upperLayout ); in PinEntryDialog() local 48 labelLayout->addWidget( _error ); in PinEntryDialog() 51 labelLayout->addWidget( _desc ); in PinEntryDialog() 53 TQGridLayout* grid = new TQGridLayout( labelLayout ); in PinEntryDialog()
|
/dports/security/pinentry-gnome3/pinentry-1.1.1/tqt/ |
H A D | pinentrydialog.cpp | 45 TQBoxLayout* labelLayout = new TQVBoxLayout( upperLayout ); in PinEntryDialog() local 48 labelLayout->addWidget( _error ); in PinEntryDialog() 51 labelLayout->addWidget( _desc ); in PinEntryDialog() 53 TQGridLayout* grid = new TQGridLayout( labelLayout ); in PinEntryDialog()
|
/dports/security/pinentry-fltk/pinentry-1.1.1/tqt/ |
H A D | pinentrydialog.cpp | 45 TQBoxLayout* labelLayout = new TQVBoxLayout( upperLayout ); in PinEntryDialog() local 48 labelLayout->addWidget( _error ); in PinEntryDialog() 51 labelLayout->addWidget( _desc ); in PinEntryDialog() 53 TQGridLayout* grid = new TQGridLayout( labelLayout ); in PinEntryDialog()
|