Home
last modified time | relevance | path

Searched refs:InfoLabel (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dinfolabel.cpp39 InfoLabel::InfoLabel(QWidget *parent) in InfoLabel() function in Utils::InfoLabel
44 InfoLabel::InfoLabel(const QString &text, InfoType type, QWidget *parent) in InfoLabel() function in Utils::InfoLabel
50 InfoLabel::InfoType InfoLabel::type() const in type()
62 bool InfoLabel::filled() const in filled()
83 case InfoLabel::Warning: in fillColorForType()
85 case InfoLabel::Ok: in fillColorForType()
87 case InfoLabel::Error: in fillColorForType()
88 case InfoLabel::NotOk: in fillColorForType()
108 case InfoLabel::Error: { in iconForType()
112 case InfoLabel::Ok: { in iconForType()
[all …]
H A Dinfolabel.h34 class QTCREATOR_UTILS_EXPORT InfoLabel : public ElidingLabel
46 explicit InfoLabel(QWidget *parent);
47 explicit InfoLabel(const QString &text = {}, InfoType type = Information,
H A Dprojectintropage.cpp164 displayStatusMessage(InfoLabel::Error, d->m_ui.pathChooser->errorMessage()); in validate()
171 displayStatusMessage(InfoLabel::Error, d->m_ui.nameLineEdit->errorMessage()); in validate()
174 displayStatusMessage(InfoLabel::Error, tr("Name is empty.")); in validate()
189 displayStatusMessage(InfoLabel::Warning, tr("The project already exists.")); in validate()
193 displayStatusMessage(InfoLabel::Error, tr("A file with that name already exists.")); in validate()
284 void ProjectIntroPage::displayStatusMessage(InfoLabel::InfoType t, const QString &s) in displayStatusMessage()
292 displayStatusMessage(InfoLabel::None, {}); in hideStatusLabel()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/manual/widgets/infolabel/
H A Dtst_manual_widgets_infolabel.cpp55 const InfoLabel::InfoType type; in main()
58 {InfoLabel::Information, "Information"}, in main()
59 {InfoLabel::Warning, "Warning"}, in main()
60 {InfoLabel::Error, "Error"}, in main()
61 {InfoLabel::Ok, "Ok"}, in main()
62 {InfoLabel::NotOk, "NotOk"}, in main()
63 {InfoLabel::None, "None"}, in main()
82 … auto withLink = new Utils::InfoLabel("With <a href=\"link clicked!\">link</a>", InfoLabel::Error); in main()
89 … auto stretching = new Utils::InfoLabel("Stretching and centering vertically", InfoLabel::Warning); in main()
105 mainLayout->addWidget(new Utils::InfoLabel("Qt::ElideRight: " + lorem, InfoLabel::Information)); in main()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mcusupport/
H A Dmcusupportoptionspage.cpp82 Utils::InfoLabel *m_kitCreationInfoLabel = nullptr;
83 Utils::InfoLabel *m_statusInfoLabel = nullptr;
84 Utils::InfoLabel *m_mcuTargetsInfoLabel = nullptr;
94 m_statusInfoLabel = new Utils::InfoLabel; in McuSupportOptionsWidget()
134 m_mcuTargetsInfoLabel = new Utils::InfoLabel; in McuSupportOptionsWidget()
150 m_kitCreationInfoLabel = new Utils::InfoLabel; in McuSupportOptionsWidget()
195 m_mcuTargetsInfoLabel->setType(Utils::InfoLabel::NotOk); in updateStatus()
222 ? Utils::InfoLabel::Information in updateStatus()
223 : Utils::InfoLabel::Ok); in updateStatus()
232 m_kitCreationInfoLabel->setType(Utils::InfoLabel::NotOk); in updateStatus()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dplugininstallwizard.cpp122 m_info = new InfoLabel; in SourcePage()
123 m_info->setType(InfoLabel::Error); in SourcePage()
159 InfoLabel *m_info = nullptr;
169 InfoLabel::InfoType type;
180 m_label = new InfoLabel; in CheckArchivePage()
205 m_label->setType(InfoLabel::None); in initializePage()
213 m_label->setType(InfoLabel::Error); in initializePage()
230 m_label->setType(InfoLabel::Error); in initializePage()
245 m_label->setType(InfoLabel::Ok); in initializePage()
307 InfoLabel::Error}); in checkContents()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/webassembly/
H A Dwebassemblyoptionspage.cpp61 InfoLabel *m_emSdkVersionDisplay;
64 InfoLabel *m_qtVersionDisplay;
90 m_emSdkVersionDisplay = new InfoLabel(this); in WebAssemblyOptionsWidget()
115 m_qtVersionDisplay = new InfoLabel( in WebAssemblyOptionsWidget()
119 InfoLabel::Warning); in WebAssemblyOptionsWidget()
155 m_emSdkVersionDisplay->setType(versionTooLow ? InfoLabel::NotOk : InfoLabel::Ok); in updateStatus()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dcodyidentifiersdlg.lfm31 object InfoLabel: TLabel
36 Caption = 'InfoLabel'
78 AnchorSideLeft.Control = InfoLabel
90 AnchorSideLeft.Control = InfoLabel
102 AnchorSideLeft.Control = InfoLabel
103 AnchorSideTop.Control = InfoLabel
/dports/editors/lazarus/lazarus/components/codetools/ide/
H A Dcodyidentifiersdlg.lfm31 object InfoLabel: TLabel
36 Caption = 'InfoLabel'
78 AnchorSideLeft.Control = InfoLabel
90 AnchorSideLeft.Control = InfoLabel
102 AnchorSideLeft.Control = InfoLabel
103 AnchorSideTop.Control = InfoLabel
/dports/editors/lazarus-qt5/lazarus/components/codetools/ide/
H A Dcodyidentifiersdlg.lfm31 object InfoLabel: TLabel
36 Caption = 'InfoLabel'
78 AnchorSideLeft.Control = InfoLabel
90 AnchorSideLeft.Control = InfoLabel
102 AnchorSideLeft.Control = InfoLabel
103 AnchorSideTop.Control = InfoLabel
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dcodyidentifiersdlg.lfm31 object InfoLabel: TLabel
36 Caption = 'InfoLabel'
78 AnchorSideLeft.Control = InfoLabel
90 AnchorSideLeft.Control = InfoLabel
102 AnchorSideLeft.Control = InfoLabel
103 AnchorSideTop.Control = InfoLabel
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qtsupport/
H A Dqtbuildaspects.cpp55 const auto warningLabel = createSubWidget<InfoLabel>(QString(), InfoLabel::Warning); in addToLayout()
89 const auto warningLabel = createSubWidget<InfoLabel>(QString(), InfoLabel::Warning); in addToLayout()
/dports/editors/lazarus/lazarus/ide/
H A Dgenericlistselect.lfm31 object InfoLabel: TLabel
38 Caption = 'InfoLabel'
44 AnchorSideTop.Control = InfoLabel
H A Dgenericchecklist.lfm34 AnchorSideTop.Control = InfoLabel
48 object InfoLabel: TLabel
55 Caption = 'InfoLabel'
H A Dgenericlistselect.pas18 InfoLabel: TLabel;
41 InfoLabel.Caption := '';
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dgenericchecklist.lfm34 AnchorSideTop.Control = InfoLabel
48 object InfoLabel: TLabel
55 Caption = 'InfoLabel'
H A Dgenericlistselect.lfm31 object InfoLabel: TLabel
38 Caption = 'InfoLabel'
44 AnchorSideTop.Control = InfoLabel
H A Dgenericlistselect.pas18 InfoLabel: TLabel;
41 InfoLabel.Caption := '';
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dgenericchecklist.lfm34 AnchorSideTop.Control = InfoLabel
48 object InfoLabel: TLabel
55 Caption = 'InfoLabel'
H A Dgenericlistselect.lfm31 object InfoLabel: TLabel
38 Caption = 'InfoLabel'
44 AnchorSideTop.Control = InfoLabel
H A Dgenericlistselect.pas18 InfoLabel: TLabel;
41 InfoLabel.Caption := '';
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dgenericlistselect.lfm31 object InfoLabel: TLabel
38 Caption = 'InfoLabel'
44 AnchorSideTop.Control = InfoLabel
H A Dgenericchecklist.lfm34 AnchorSideTop.Control = InfoLabel
48 object InfoLabel: TLabel
55 Caption = 'InfoLabel'
H A Dgenericlistselect.pas18 InfoLabel: TLabel;
41 InfoLabel.Caption := '';
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildaspects.cpp51 QPointer<InfoLabel> problemLabel;
118 d->problemLabel = new InfoLabel({}, InfoLabel::Warning); in addToLayout()

123