Home
last modified time | relevance | path

Searched refs:textLabel (Results 1 – 25 of 834) sorted by relevance

12345678910>>...34

/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/comic_vine/
H A Dscraper_scroll_label.cpp10 textLabel = new QLabel(this); in ScraperScrollLabel()
13 textLabel->setWordWrap(true); in ScraperScrollLabel()
14 textLabel->setMinimumSize(168, 12); in ScraperScrollLabel()
16 setWidget(textLabel); in ScraperScrollLabel()
32 connect(textLabel, SIGNAL(linkActivated(QString)), this, SLOT(openLink(QString))); in ScraperScrollLabel()
37 textLabel->setAlignment(Qt::AlignTop | Qt::AlignHCenter); in setAltText()
38 textLabel->setText(text); in setAltText()
39 textLabel->adjustSize(); in setAltText()
44 textLabel->setAlignment(Qt::AlignTop | Qt::AlignLeft); in setText()
45 textLabel->setText(text); in setText()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/accessibility/test/node/components/__snapshots__/
H A Dtext-label-badge.test.js.snap3 …itle=\\"accessibility.badge.textLabel.tooltip\\" aria-label=\\"accessibility.badge.textLabel\\">ac…
7 …itle=\\"accessibility.badge.textLabel.tooltip\\" aria-label=\\"accessibility.badge.textLabel\\">ac…
9 …itle=\\"accessibility.badge.textLabel.tooltip\\" aria-label=\\"accessibility.badge.textLabel\\">ac…
/dports/audio/musescore/MuseScore-3.6.1/telemetry/qml/
H A DTextLabel.qml25 property alias color: textLabel.color
26 property alias lineHeight: textLabel.lineHeight
27 property alias wrapMode: textLabel.wrapMode
28 property alias text: textLabel.text
29 property alias horizontalAlignment: textLabel.horizontalAlignment
30 property alias verticalAlignment: textLabel.verticalAlignment
31 property alias font: textLabel.font
35 height: textLabel.height
39 Accessible.description: textLabel.text
40 Accessible.name: textLabel.text
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DExpandableComposite.java620 textLabel.redraw(); in ExpandableComposite()
627 textLabel.redraw(); in ExpandableComposite()
641 textLabel = link; in ExpandableComposite()
684 textLabel = label; in ExpandableComposite()
686 if (textLabel != null) { in ExpandableComposite()
719 if (textLabel != null) in setMenu()
739 if (textLabel != null) in setBackground()
752 if (textLabel != null) in setForeground()
787 if (textLabel != null) in setFont()
795 if (textLabel != null) in setEnabled()
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/dialog/
H A Dtitle-widget.cpp42 textLabel = new QLabel(titleFrame); in TitleWidget()
43 textLabel->setVisible(false); in TitleWidget()
44 textLabel->setTextInteractionFlags(Qt::TextSelectableByMouse | Qt::LinksAccessibleByMouse); in TitleWidget()
45 QFont font = textLabel->font(); in TitleWidget()
47 textLabel->setFont(font); in TitleWidget()
52 headerLayout->addWidget(textLabel, 0, 0); in TitleWidget()
74 textLabel->setVisible(!text.isNull()); in setText()
75 textLabel->setText(text); in setText()
76 textLabel->setAlignment(alignment); in setText()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/components/terminal/
H A DKeyboardDialog.java20 private final JLabel textLabel; field in KeyboardDialog
35 textLabel = new JLabel(Lang.get("msg_enterText") + " "); in KeyboardDialog()
36 textLabel.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5)); in KeyboardDialog()
37 getContentPane().add(textLabel); in KeyboardDialog()
40 textLabel.setFocusable(true); in KeyboardDialog()
41 textLabel.setFocusTraversalKeysEnabled(false); in KeyboardDialog()
42 textLabel.addKeyListener(new KeyAdapter() { in KeyboardDialog()
51 textLabel.setText(t); in KeyboardDialog()
79 SwingUtilities.invokeLater(() -> textLabel.setText(t)); in deleteFirstChar()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Dmy_progress_bar.cpp45 textLabel = nullptr; in MyProgressBar()
48 textLabel = new QLabel(this); in MyProgressBar()
49 textLabel->setAlignment(Qt::AlignCenter); in MyProgressBar()
50 textLabel->setText(""); in MyProgressBar()
52 layout->addWidget(textLabel); in MyProgressBar()
69 if (textLabel) textLabel->setText(text); in progressLabelUpdate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/content_suggestions/cells/
H A Dcontent_suggestions_text_item.mm33 [self configureTextLabel:cell.textLabel];
46 UILabel* textLabel = [[UILabel alloc] init];
48 [self configureTextLabel:textLabel];
51 return [self.cellClass heightForTitleLabel:textLabel
58 // Configures the |textLabel|.
59 - (void)configureTextLabel:(UILabel*)textLabel {
60 textLabel.text = self.text;
61 textLabel.textColor = [UIColor colorNamed:kTextPrimaryColor];
62 textLabel.font =
64 textLabel.adjustsFontForContentSizeCategory = YES;
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/focus/
H A Dfocushfrvplot.cpp101 QCPItemText *textLabel = new QCPItemText(this); in drawHFRIndices() local
105 textLabel->setText(QString::number(i + 1)); in drawHFRIndices()
107 textLabel->setPen(Qt::NoPen); in drawHFRIndices()
108 textLabel->setColor(Qt::red); in drawHFRIndices()
225 QCPItemText *textLabel = new QCPItemText(this); in drawMinimum() local
227 textLabel->setColor(Qt::red); in drawMinimum()
228 textLabel->setPadding(QMargins(0, 0, 0, 0)); in drawMinimum()
229 textLabel->setBrush(Qt::white); in drawMinimum()
230 textLabel->setPen(Qt::NoPen); in drawMinimum()
232 textLabel->position->setType(QCPItemPosition::ptPlotCoords); in drawMinimum()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/bookmarks/
H A Dbookmark_empty_background.mm29 @property(nonatomic, retain) UILabel* textLabel; property
45 self.textLabel = [[UILabel alloc] init];
46 self.textLabel.backgroundColor = UIColor.clearColor;
47 self.textLabel.accessibilityIdentifier =
49 self.textLabel.textAlignment = NSTextAlignmentCenter;
50 self.textLabel.numberOfLines = 0;
51 self.textLabel.font =
53 self.textLabel.adjustsFontForContentSizeCategory = YES;
58 initWithArrangedSubviews:@[ imageView, self.textLabel ]];
84 return self.textLabel.text;
[all …]
/dports/audio/musescore/MuseScore-3.6.1/mscore/qml/migration/
H A DTextLabel.qml25 property alias color: textLabel.color
26 property alias lineHeight: textLabel.lineHeight
27 property alias wrapMode: textLabel.wrapMode
28 property alias text: textLabel.text
29 property alias horizontalAlignment: textLabel.horizontalAlignment
30 property alias verticalAlignment: textLabel.verticalAlignment
31 property alias font: textLabel.font
35 height: textLabel.height
39 Accessible.name: textLabel.text
42 id: textLabel
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/numbers-odd-even/resource/
H A DTutorialBase.qml17 property alias firstNumber: firstNumber.textLabel
18 property alias secondNumber: secondNumber.textLabel
44 textLabel: ""
53 isCorrectAnswer: (isEvenExpected && Number(textLabel) % 2 === 0) ||
54 (!isEvenExpected && Number(textLabel) % 2 !== 0)
61 …r: when divided by 2, %1 leaves a remainder of 1. Therefore this is an odd number.").arg(textLabel)
64 …: when divided by 2, %1 leaves a remainder of 0. Therefore this is an even number.").arg(textLabel)
74 textLabel: ""
83 isCorrectAnswer: (isEvenExpected && Number(textLabel) % 2 === 0) ||
84 (!isEvenExpected && Number(textLabel) % 2 !== 0)
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/dialogs/
H A Ddialoglicense.cpp39textLabel = addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (35, 35… in cDialogLicense()
40 textLabel->setWordWrap (true); in cDialogLicense()
143 textLabel->setText (page0Text); in resetTexts()
144 textLabel->setFont (FONT_LATIN_NORMAL); in resetTexts()
148 textLabel->setText (page1Text); in resetTexts()
149 textLabel->setFont (FONT_LATIN_NORMAL); in resetTexts()
153 textLabel->setText (page2Text); in resetTexts()
154 textLabel->setFont (FONT_LATIN_NORMAL); in resetTexts()
158 textLabel->setText (authors); in resetTexts()
159 textLabel->setFont (FONT_LATIN_SMALL_WHITE); in resetTexts()
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DVideoItemWidget.h55 QLabel *textLabel;
65 textLabel = 0; in QWidget()
76 if(textLabel!=0){ in setText()
77 textLabel->setText(txt); in setText()
78 textLabel->setVisible( !txt.isEmpty() ); in setText()
88 textLabel = new QLabel(this); in setupPlayer()
100 tmpL->addWidget(textLabel); in setupPlayer()
101 tmpL->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in setupPlayer()
107 textLabel->setText(text); in setupPlayer()
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DVideoItemWidget.h55 QLabel *textLabel;
65 textLabel = 0; in QWidget()
76 if(textLabel!=0){ in setText()
77 textLabel->setText(txt); in setText()
78 textLabel->setVisible( !txt.isEmpty() ); in setText()
88 textLabel = new QLabel(this); in setupPlayer()
100 tmpL->addWidget(textLabel); in setupPlayer()
101 tmpL->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in setupPlayer()
107 textLabel->setText(text); in setupPlayer()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DVideoItemWidget.h55 QLabel *textLabel;
65 textLabel = 0; in QWidget()
76 if(textLabel!=0){ in setText()
77 textLabel->setText(txt); in setText()
78 textLabel->setVisible( !txt.isEmpty() ); in setText()
88 textLabel = new QLabel(this); in setupPlayer()
100 tmpL->addWidget(textLabel); in setupPlayer()
101 tmpL->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in setupPlayer()
107 textLabel->setText(text); in setupPlayer()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DVideoItemWidget.h55 QLabel *textLabel;
65 textLabel = 0; in QWidget()
76 if(textLabel!=0){ in setText()
77 textLabel->setText(txt); in setText()
78 textLabel->setVisible( !txt.isEmpty() ); in setText()
88 textLabel = new QLabel(this); in setupPlayer()
100 tmpL->addWidget(textLabel); in setupPlayer()
101 tmpL->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in setupPlayer()
107 textLabel->setText(text); in setupPlayer()
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DVideoItemWidget.h55 QLabel *textLabel;
65 textLabel = 0; in QWidget()
76 if(textLabel!=0){ in setText()
77 textLabel->setText(txt); in setText()
78 textLabel->setVisible( !txt.isEmpty() ); in setText()
88 textLabel = new QLabel(this); in setupPlayer()
100 tmpL->addWidget(textLabel); in setupPlayer()
101 tmpL->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in setupPlayer()
107 textLabel->setText(text); in setupPlayer()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DVideoItemWidget.h55 QLabel *textLabel;
65 textLabel = 0; in QWidget()
76 if(textLabel!=0){ in setText()
77 textLabel->setText(txt); in setText()
78 textLabel->setVisible( !txt.isEmpty() ); in setText()
88 textLabel = new QLabel(this); in setupPlayer()
100 tmpL->addWidget(textLabel); in setupPlayer()
101 tmpL->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in setupPlayer()
107 textLabel->setText(text); in setupPlayer()
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DVideoItemWidget.h55 QLabel *textLabel;
65 textLabel = 0; in QWidget()
76 if(textLabel!=0){ in setText()
77 textLabel->setText(txt); in setText()
78 textLabel->setVisible( !txt.isEmpty() ); in setText()
88 textLabel = new QLabel(this); in setupPlayer()
100 tmpL->addWidget(textLabel); in setupPlayer()
101 tmpL->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in setupPlayer()
107 textLabel->setText(text); in setupPlayer()
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DVideoItemWidget.h55 QLabel *textLabel;
65 textLabel = 0; in QWidget()
76 if(textLabel!=0){ in setText()
77 textLabel->setText(txt); in setText()
78 textLabel->setVisible( !txt.isEmpty() ); in setText()
88 textLabel = new QLabel(this); in setupPlayer()
100 tmpL->addWidget(textLabel); in setupPlayer()
101 tmpL->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in setupPlayer()
107 textLabel->setText(text); in setupPlayer()
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DVideoItemWidget.h55 QLabel *textLabel;
65 textLabel = 0; in QWidget()
76 if(textLabel!=0){ in setText()
77 textLabel->setText(txt); in setText()
78 textLabel->setVisible( !txt.isEmpty() ); in setText()
88 textLabel = new QLabel(this); in setupPlayer()
100 tmpL->addWidget(textLabel); in setupPlayer()
101 tmpL->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in setupPlayer()
107 textLabel->setText(text); in setupPlayer()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkMessageBox.cpp85 textLabel = new QLabel(userText); in createLayout()
88 textLabel->setAlignment(Qt::AlignVCenter | Qt::AlignLeft); in createLayout()
89 textLabel->setOpenExternalLinks(true); in createLayout()
91 textLabel->setContentsMargins(16, 0, 0, 0); in createLayout()
93 textLabel->setContentsMargins(2, 0, 0, 0); in createLayout()
94 textLabel->setIndent(9); in createLayout()
116 grid->addWidget(textLabel, 0, 1, 1, 1); in createLayout()
125 grid->addWidget(textLabel, 0, 1, 1, 1); in createLayout()
140 textLabel->setFont(f); in createLayout()
242 textLabel->setWordWrap(false); // makes the label return min size in updateSize()
[all …]
/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Dnotifications_label_widget.cpp24 textLabel = new QLabel(this); in NotificationsLabelWidget()
25 textLabel->setAlignment(Qt::AlignVCenter | Qt::AlignHCenter); in NotificationsLabelWidget()
26 textLabel->setStyleSheet("QLabel { color : white; font-size:24px; }"); in NotificationsLabelWidget()
27 textLabel->setAttribute(Qt::WA_LayoutUsesWidgetRect, true); in NotificationsLabelWidget()
29 textLabel->setFixedSize(200, 120); in NotificationsLabelWidget()
36 layout->addWidget(textLabel); in NotificationsLabelWidget()
65 textLabel->setText(text); in setText()
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/libLumina/
H A DLVideoWidget.cpp5 textLabel = new QLabel(parent); in LVideoWidget()
10 layout->setStretchFactor(textLabel, 1); //make sure this always occupies all extra space in LVideoWidget()
12 textLabel->setText(file.section("/", -1)); in LVideoWidget()
16 textLabel->setVisible(true); in LVideoWidget()
19 layout->addWidget(textLabel); in LVideoWidget()
24 delete textLabel; in ~LVideoWidget()

12345678910>>...34