Searched refs:thirdLabel (Results 1 – 8 of 8) sorted by relevance
92 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 …]
54 QLabel* thirdLabel; variable
63 Label thirdLabel = new Label(composite, SWT.NONE); in createPartControl() local64 thirdLabel.setText("Content"); in createPartControl()
109 Label thirdLabel = new Label(composite, SWT.NONE); in createPartControl() local110 thirdLabel.setText("Content"); in createPartControl()
89 thirdLabel = new QLabel( tr("Third decay time (t3)")); in ExpDecayDialog()90 gl1->addWidget(thirdLabel, 3, 0); in ExpDecayDialog()99 thirdLabel->hide(); in ExpDecayDialog()
74 QLabel* thirdLabel, *dampingLabel; variable
79 thirdLabel = new QLabel(tr("Third decay time (t3)")); in ExpDecayDialog()80 gl1->addWidget(thirdLabel, 3, 0); in ExpDecayDialog()87 thirdLabel->hide(); in ExpDecayDialog()
80 QLabel *thirdLabel, *dampingLabel; variable