Home
last modified time | relevance | path

Searched refs:thirdLabel (Results 1 – 8 of 8) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/gettext/textfilter/
H A Dtffilter.cpp92 thirdLabel = nullptr; in createWidget()
195 thirdLabel->setText( tr("to")); in fourthChanged()
196 thirdLabel->show(); in fourthChanged()
347 if (!thirdLabel) in getThirdCombo()
350 thirdLabel->hide(); in getThirdCombo()
351 blayout->addWidget(thirdLabel, -1); in getThirdCombo()
397 thirdLabel->setText( tr("to")); in getFourthCombo()
398 thirdLabel->show(); in getFourthCombo()
455 if (thirdLabel) in resetBRow()
457 thirdLabel->hide(); in resetBRow()
[all …]
H A Dtffilter.h54 QLabel* thirdLabel; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/
H A DTitleTestView.java63 Label thirdLabel = new Label(composite, SWT.NONE); in createPartControl() local
64 thirdLabel.setText("Content"); in createPartControl()
H A DTitleTestEditor.java109 Label thirdLabel = new Label(composite, SWT.NONE); in createPartControl() local
110 thirdLabel.setText("Content"); in createPartControl()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/dialogs/
H A DExpDecayDialog.cpp89 thirdLabel = new QLabel( tr("Third decay time (t3)")); in ExpDecayDialog()
90 gl1->addWidget(thirdLabel, 3, 0); in ExpDecayDialog()
99 thirdLabel->hide(); in ExpDecayDialog()
H A DExpDecayDialog.h74 QLabel* thirdLabel, *dampingLabel; variable
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DExpDecayDialog.cpp79 thirdLabel = new QLabel(tr("Third decay time (t3)")); in ExpDecayDialog()
80 gl1->addWidget(thirdLabel, 3, 0); in ExpDecayDialog()
87 thirdLabel->hide(); in ExpDecayDialog()
H A DExpDecayDialog.h80 QLabel *thirdLabel, *dampingLabel; variable