Home
last modified time | relevance | path

Searched refs:topLabel (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/editors/yudit/yudit-3.0.7/swidget/
H A DSListBox.cpp24 topLabel = new SLabel (title); in SListBox()
25 topLabel->setAlignment (SD_Center); in SListBox()
28 add (topLabel); in SListBox()
71 int lh = (int) topLabel->getPreferredSize().height; in recalc()
74 int dwidth = (int) topLabel->getPreferredSize().width + 2 * (int) bd.width; in recalc()
80 topLabel->setLayout ( in recalc()
140 topLabel->setForeground (fg); in setLabelForeground()
152 topLabel->setFont (font, fontSize); in setFont()
159 topLabel->setFontSize (fontSize); in setFontSize()
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/plugins/program/freeguide/wizard/
H A DTextWizardPanel.java48 JLabel topLabel = new JLabel( ); in construct() local
56 topLabel.setFont( new java.awt.Font( "Dialog", 0, 12 ) ); in construct()
58 topLabel.setHorizontalAlignment( javax.swing.SwingConstants.CENTER ); in construct()
60 topLabel.setText( topMessage ); in construct()
62 topLabel.setDisplayedMnemonic( topMnemonic ); in construct()
64 add( topLabel ); in construct()
96 topLabel.setLabelFor( textfield ); in construct()
H A DChoiceWizardPanel.java62 JLabel topLabel = new JLabel( ); in construct() local
70 topLabel.setFont( new java.awt.Font( "Dialog", 0, 12 ) ); in construct()
72 topLabel.setHorizontalAlignment( javax.swing.SwingConstants.CENTER ); in construct()
74 topLabel.setText( topMessage ); in construct()
76 topLabel.setDisplayedMnemonic( topMnemonic ); in construct()
78 add( topLabel ); in construct()
114 topLabel.setLabelFor( combobox ); in construct()
H A DLabelWizardPanel.java45 JLabel topLabel = new JLabel( ); in construct() local
49 topLabel.setFont( new java.awt.Font( "Dialog", 0, 12 ) ); in construct()
50 topLabel.setHorizontalAlignment( javax.swing.SwingConstants.CENTER ); in construct()
51 topLabel.setText( topMessage ); in construct()
52 add( topLabel ); in construct()
H A DAbstractFileWizardPanel.java56 JLabel topLabel = new JLabel( ); in construct() local
66 topLabel.setFont( new java.awt.Font( "Dialog", 0, 12 ) ); in construct()
68 topLabel.setHorizontalAlignment( javax.swing.SwingConstants.CENTER ); in construct()
70 topLabel.setText( topMessage ); in construct()
72 topLabel.setDisplayedMnemonic( topMnemonic ); in construct()
74 add( topLabel ); in construct()
134 topLabel.setLabelFor( textfield ); in construct()
H A DInstallWizardPanel.java55 JLabel topLabel = new JLabel( ); in construct() local
79 topLabel.setFont( new java.awt.Font( "Dialog", 0, 12 ) ); in construct()
81 topLabel.setHorizontalAlignment( javax.swing.SwingConstants.CENTER ); in construct()
83 topLabel.setText( topMessage ); in construct()
85 add( topLabel ); in construct()
H A DCommandsWizardPanel.java48 JLabel topLabel = new JLabel( ); in construct() local
60 topLabel.setFont( new java.awt.Font( "Dialog", 0, 12 ) ); in construct()
62 topLabel.setHorizontalAlignment( javax.swing.SwingConstants.CENTER ); in construct()
64 topLabel.setText( topMessage ); in construct()
66 add( topLabel ); in construct()
H A DBooleanWizardPanel.java49 JLabel topLabel = new JLabel( ); in construct() local
57 topLabel.setFont( new java.awt.Font( "Dialog", 0, 12 ) ); in construct()
59 topLabel.setHorizontalAlignment( javax.swing.SwingConstants.CENTER ); in construct()
61 add( topLabel ); in construct()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/tab_switcher/tab_grid/
H A Dtab_grid_empty_state_view.mm112 UILabel* topLabel = [[UILabel alloc] init];
113 topLabel.translatesAutoresizingMaskIntoConstraints = NO;
114 topLabel.text = self.title;
115 topLabel.textColor = UIColorFromRGB(kTabGridEmptyStateTitleTextColor);
116 topLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleTitle2];
117 topLabel.adjustsFontForContentSizeCategory = YES;
118 topLabel.numberOfLines = 0;
119 topLabel.textAlignment = NSTextAlignmentCenter;
143 [container addSubview:topLabel];
170 [topLabel.topAnchor constraintEqualToAnchor:anchorForTopLabel
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/
H A DKeyValue.php29 public $topLabel; variable in Google_Service_HangoutsChat_KeyValue
99 public function setTopLabel($topLabel) argument
101 $this->topLabel = $topLabel;
105 return $this->topLabel;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HangoutsChat/
H A DKeyValue.php29 public $topLabel; variable in Google_Service_HangoutsChat_KeyValue
99 public function setTopLabel($topLabel) argument
101 $this->topLabel = $topLabel;
105 return $this->topLabel;
H A DGoogleAppsCardV1DecoratedText.php34 public $topLabel; variable in Google_Service_HangoutsChat_GoogleAppsCardV1DecoratedText
137 public function setTopLabel($topLabel) argument
139 $this->topLabel = $topLabel;
143 return $this->topLabel;
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dui_setup.c125 topLabel = in ui_xCreateSetupPanel()
132 NULL, topLabel, NULL); in ui_xCreateSetupPanel()
173 titelWidth, NULL, topLabel); in ui_xCreateSetupPanel()
177 NULL, bottomLabel, topLabel); in ui_xCreateSetupPanel()
184 toggle, topLabel); in ui_xCreateSetupPanel()
211 nameWidth, mButton, topLabel); in ui_xCreateSetupPanel()
301 topLabel, button); in ui_xCreateSetupPanel()
312 topLabel, scrollbar); in ui_xCreateSetupPanel()
325 topLabel, scrollbar); in ui_xCreateSetupPanel()
337 topLabel, scrollbar); in ui_xCreateSetupPanel()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/showcase/tab_grid/
H A Dsc_image_view_controller.mm32 UILabel* topLabel = [[UILabel alloc] init];
33 topLabel.textColor = [UIColor whiteColor];
34 topLabel.translatesAutoresizingMaskIntoConstraints = NO;
35 [topLabel setText:@"Standard ImageView with aspect fill"];
36 [self.view addSubview:topLabel];
45 [topLabel.centerXAnchor constraintEqualToAnchor:self.view.centerXAnchor],
46 [topLabel.bottomAnchor constraintEqualToAnchor:standardImageView.topAnchor],
/dports/net-im/ktp-accounts-kcm/ktp-accounts-kcm-21.12.3/src/
H A Dedit-display-name-button.cpp70 QLabel *topLabel = new QLabel(i18n("Choose a new display name for your account"), this); in EditDisplayNameDialog() local
71 topLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum); in EditDisplayNameDialog()
72 topLabel->setWordWrap(true); in EditDisplayNameDialog()
73 QFont font = topLabel->font(); in EditDisplayNameDialog()
75 topLabel->setFont(font); in EditDisplayNameDialog()
90 topLayout->addWidget(topLabel); in EditDisplayNameDialog()
/dports/security/keybase/client-v5.7.1/shared/wallets/send-form/asset-input/
H A Dasset-input-basic.tsx14 topLabel: string
22 {!!props.topLabel && (
23 …<Kb.Text type="BodySmallSemibold" style={Styles.collapseStyles([styles.topLabel, styles.labelMargi…
24 {props.topLabel}
80 topLabel: {color: Styles.globalColors.blueDark},
/dports/graphics/digikam/digikam-7.4.0/core/utilities/queuemanager/views/
H A Dworkflowdlg.cpp86 QLabel* const topLabel = new QLabel(page); in WorkflowDlg() local
90 topLabel->setText(i18n("<qt><b>Create new Workflow</b></qt>")); in WorkflowDlg()
94 topLabel->setText(i18n("<qt><b>Workflow Properties</b></qt>")); in WorkflowDlg()
97 topLabel->setAlignment(Qt::AlignLeft | Qt::AlignVCenter); in WorkflowDlg()
98 topLabel->setWordWrap(false); in WorkflowDlg()
131 grid->addWidget(topLabel, 0, 1, 1, 1); in WorkflowDlg()
/dports/comms/klog/klog-1.8.5/src/widgets/
H A Dadiflotwexportwidget.cpp44 topLabel = new QLabel; in AdifLoTWExportWidget()
98 mainLayout->addWidget(topLabel, 0, 0, 1, -1); in createUI()
151 topLabel->setText(_t); in setTopLabel()
366 topLabel->setText(tr("This table shows the QSOs that will be sent to LoTW.")); in setExportMode()
371 topLabel->setText(tr("This table shows the QSOs that will be sent to ClubLog.")); in setExportMode()
376 topLabel->setText(tr("This table shows the QSOs that will be sent to eQSL.cc.")); in setExportMode()
381 topLabel->setText(tr("This table shows the QSOs that will be sent to QRZ.com.")); in setExportMode()
386 topLabel->setText(tr("This table shows the QSOs that will be exported to ADIF.")); in setExportMode()
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/Widgets/
H A DInOutPanel.cpp60 ui->topLabel->setStyleSheet("QLabel { font-weight: bold }"); in InOutPanel()
206 ui->topLabel->setText(tr("Input / Output")); in setTopLabel()
208 ui->topLabel->setText(tr("Input")); in setTopLabel()
210 ui->topLabel->setText(tr("Output")); in setTopLabel()
222 ui->topLabel->setText(ui->labelInputLayers->text()); in updateLayoutIfUniqueRow()
225 ui->topLabel->setText(ui->labelOutputMode->text()); in updateLayoutIfUniqueRow()
228 ui->topLabel->setStyleSheet("QLabel { font-weight: normal }"); in updateLayoutIfUniqueRow()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/Widgets/
H A DInOutPanel.cpp60 ui->topLabel->setStyleSheet("QLabel { font-weight: bold }"); in InOutPanel()
206 ui->topLabel->setText(tr("Input / Output")); in setTopLabel()
208 ui->topLabel->setText(tr("Input")); in setTopLabel()
210 ui->topLabel->setText(tr("Output")); in setTopLabel()
222 ui->topLabel->setText(ui->labelInputLayers->text()); in updateLayoutIfUniqueRow()
225 ui->topLabel->setText(ui->labelOutputMode->text()); in updateLayoutIfUniqueRow()
228 ui->topLabel->setStyleSheet("QLabel { font-weight: normal }"); in updateLayoutIfUniqueRow()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/
H A DLinkedResourcesPreferencePage.java50 private Label topLabel; field in LinkedResourcesPreferencePage
123 topLabel = new Label(pageComponent, SWT.NONE); in createContents()
124 topLabel.setText(IDEWorkbenchMessages.LinkedResourcesPreference_explanation); in createContents()
128 topLabel.setLayoutData(data); in createContents()
129 topLabel.setFont(font); in createContents()
221 topLabel.setEnabled(enableLinking); in updateWidgetState()
H A DProjectLinkedResourcePage.java48 private Label topLabel; field in ProjectLinkedResourcePage
119 topLabel = new Label(variableComposite, SWT.NONE); in createContents()
120 topLabel.setText(IDEWorkbenchMessages.ProjectLinkedResourcePage_description); in createContents()
124 topLabel.setLayoutData(data); in createContents()
125 topLabel.setFont(font); in createContents()
208 topLabel.setEnabled(enableLinking); in updateWidgetState()
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/security/dialogs/
H A DAppletWarningPane.java73 JLabel topLabel = new JLabel(htmlWrap(topLabelText)); in addComponents() local
74 topLabel.setFont(new Font(topLabel.getFont().toString(), in addComponents()
78 topPanel.add(topLabel, BorderLayout.CENTER); in addComponents()
/dports/comms/klog/klog-1.8.5/src/
H A Dstartwizard.cpp169 topLabel = new QLabel(tr("Welcome to KLog! " in IntroPage()
171 topLabel->setWordWrap(true); in IntroPage()
211 topLabel = new QLabel(tr("Welcome to KLog!" in LicPage()
213 topLabel->setWordWrap(true); in LicPage()
944 topLabel = new QLabel(tr("KLog needs country data...")); in CTYPage()
945 topLabel->setWordWrap(true); in CTYPage()
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DFramePicAsm.pas102 lab := trim(ramCell^.topLabel)+':';
125 lab := trim(ramCell^.topLabel)+':';
140 lab := trim(ramCell^.topLabel)+': ...';
205 if pic.flash[row].topLabel<>'' then exit(row);
217 if pic.flash[row].topLabel<>'' then exit(row);
257 if pic.flash[i1].topLabel <> '' then begin
312 if (pic.flash[i].topComment<>'') and (pic.flash[i].topLabel<>'') then begin
315 end else if (pic.flash[i].topComment<>'') or (pic.flash[i].topLabel<>'') then begin

1234567891011