Home
last modified time | relevance | path

Searched refs:warningLabel (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qtsupport/
H A Dqtbuildaspects.cpp56 warningLabel->setElideMode(Qt::ElideNone); in addToLayout()
57 warningLabel->setVisible(false); in addToLayout()
58 builder.addRow({{}, warningLabel}); in addToLayout()
59 const auto changeHandler = [this, warningLabel] { in addToLayout()
68 warningLabel->setText(warningText); in addToLayout()
71 if (warningLabel->parentWidget()) in addToLayout()
90 warningLabel->setElideMode(Qt::ElideNone); in addToLayout()
91 warningLabel->setVisible(false); in addToLayout()
92 builder.addRow({{}, warningLabel}); in addToLayout()
103 warningLabel->setText(warningText); in addToLayout()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/dialog/
H A DRenameDialog.java68 final Label warningLabel = new Label(); in parse() local
69 warningLabel.setId("warning"); in parse()
70 warningLabel.setAlignment(Pos.CENTER); in parse()
71 warningLabel.setVisible(false); in parse()
72 getChildren().addAll(warningLabel); in parse()
115 warningLabel.setText("Please a enter a title."); in parse()
116 warningLabel.setVisible(true); in parse()
127 warningLabel.setVisible(true); in parse()
143 warningLabel.setText("The settings could not be saved. Please check your input."); in parse()
144 warningLabel.setVisible(true); in parse()
H A DCreateDialog.java78 final Label warningLabel = new Label(); in parse() local
79 warningLabel.setId("warning"); in parse()
80 warningLabel.setAlignment(Pos.CENTER); in parse()
81 warningLabel.setVisible(false); in parse()
82 getChildren().addAll(warningLabel); in parse()
121 warningLabel.setText("Please a enter a title."); in parse()
122 warningLabel.setVisible(true); in parse()
159 warningLabel.setText("Could not create object. Please check your input."); in parse()
160 warningLabel.setVisible(true); in parse()
H A DUploadLimitConflictDialog.java60 final Label warningLabel = new Label(); in parse() local
61 warningLabel.setId("warning"); in parse()
62 warningLabel.setAlignment(Pos.CENTER); in parse()
63 warningLabel.setVisible(true); in parse()
64warningLabel.setText("Could not copy the following files, since the upload limit of " + String.val… in parse()
65 getChildren().addAll(warningLabel); in parse()
H A DDeleteDialog.java68 final Label warningLabel = new Label(); in parse() local
69 warningLabel.setId("warning"); in parse()
70 warningLabel.setAlignment(Pos.CENTER); in parse()
71 warningLabel.setVisible(true); in parse()
72 warningLabel.setText("Do you really want to delete the following files and folders?"); in parse()
73 getChildren().addAll(warningLabel); in parse()
H A DRevisionStateDialog.java139 final Label warningLabel = new Label(); in parse() local
140 warningLabel.setId("warning"); in parse()
141 warningLabel.setAlignment(Pos.CENTER); in parse()
142 warningLabel.setVisible(false); in parse()
143 getChildren().addAll(warningLabel); in parse()
223 warningLabel.setText("Please enter a valid duration."); in parse()
224 warningLabel.setVisible(true); in parse()
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/dialog/
H A DRenameDialog.java68 final Label warningLabel = new Label(); in parse() local
69 warningLabel.setId("warning"); in parse()
70 warningLabel.setAlignment(Pos.CENTER); in parse()
71 warningLabel.setVisible(false); in parse()
72 getChildren().addAll(warningLabel); in parse()
115 warningLabel.setText("Please a enter a title."); in parse()
116 warningLabel.setVisible(true); in parse()
127 warningLabel.setVisible(true); in parse()
143 warningLabel.setText("The settings could not be saved. Please check your input."); in parse()
144 warningLabel.setVisible(true); in parse()
H A DCreateDialog.java78 final Label warningLabel = new Label(); in parse() local
79 warningLabel.setId("warning"); in parse()
80 warningLabel.setAlignment(Pos.CENTER); in parse()
81 warningLabel.setVisible(false); in parse()
82 getChildren().addAll(warningLabel); in parse()
121 warningLabel.setText("Please a enter a title."); in parse()
122 warningLabel.setVisible(true); in parse()
159 warningLabel.setText("Could not create object. Please check your input."); in parse()
160 warningLabel.setVisible(true); in parse()
H A DUploadLimitConflictDialog.java60 final Label warningLabel = new Label(); in parse() local
61 warningLabel.setId("warning"); in parse()
62 warningLabel.setAlignment(Pos.CENTER); in parse()
63 warningLabel.setVisible(true); in parse()
64warningLabel.setText("Could not copy the following files, since the upload limit of " + String.val… in parse()
65 getChildren().addAll(warningLabel); in parse()
H A DDeleteDialog.java68 final Label warningLabel = new Label(); in parse() local
69 warningLabel.setId("warning"); in parse()
70 warningLabel.setAlignment(Pos.CENTER); in parse()
71 warningLabel.setVisible(true); in parse()
72 warningLabel.setText("Do you really want to delete the following files and folders?"); in parse()
73 getChildren().addAll(warningLabel); in parse()
H A DRevisionStateDialog.java139 final Label warningLabel = new Label(); in parse() local
140 warningLabel.setId("warning"); in parse()
141 warningLabel.setAlignment(Pos.CENTER); in parse()
142 warningLabel.setVisible(false); in parse()
143 getChildren().addAll(warningLabel); in parse()
223 warningLabel.setText("Please enter a valid duration."); in parse()
224 warningLabel.setVisible(true); in parse()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dinterface_frame.cpp73 ui->warningLabel->hide(); in InterfaceFrame()
268 ui->warningLabel->hide(); in resetInterfaceTreeDisplay()
269 ui->warningLabel->clear(); in resetInterfaceTreeDisplay()
271 ui->warningLabel->setStyleSheet(QString( in resetInterfaceTreeDisplay()
284 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
292 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
313 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
332 ui->warningLabel->setText(tr("No interfaces found.")); in resetInterfaceTreeDisplay()
342 QString warning_text = ui->warningLabel->text(); in resetInterfaceTreeDisplay()
346 ui->warningLabel->setText(warning_text); in resetInterfaceTreeDisplay()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dinterface_frame.cpp73 ui->warningLabel->hide(); in InterfaceFrame()
268 ui->warningLabel->hide(); in resetInterfaceTreeDisplay()
269 ui->warningLabel->clear(); in resetInterfaceTreeDisplay()
271 ui->warningLabel->setStyleSheet(QString( in resetInterfaceTreeDisplay()
284 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
292 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
313 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
332 ui->warningLabel->setText(tr("No interfaces found.")); in resetInterfaceTreeDisplay()
342 QString warning_text = ui->warningLabel->text(); in resetInterfaceTreeDisplay()
346 ui->warningLabel->setText(warning_text); in resetInterfaceTreeDisplay()
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dinterface_frame.cpp73 ui->warningLabel->hide(); in InterfaceFrame()
268 ui->warningLabel->hide(); in resetInterfaceTreeDisplay()
269 ui->warningLabel->clear(); in resetInterfaceTreeDisplay()
271 ui->warningLabel->setStyleSheet(QString( in resetInterfaceTreeDisplay()
284 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
292 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
313 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
332 ui->warningLabel->setText(tr("No interfaces found.")); in resetInterfaceTreeDisplay()
342 QString warning_text = ui->warningLabel->text(); in resetInterfaceTreeDisplay()
346 ui->warningLabel->setText(warning_text); in resetInterfaceTreeDisplay()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dinterface_frame.cpp73 ui->warningLabel->hide(); in InterfaceFrame()
268 ui->warningLabel->hide(); in resetInterfaceTreeDisplay()
269 ui->warningLabel->clear(); in resetInterfaceTreeDisplay()
271 ui->warningLabel->setStyleSheet(QString( in resetInterfaceTreeDisplay()
284 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
292 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
313 ui->warningLabel->setText(tr( in resetInterfaceTreeDisplay()
332 ui->warningLabel->setText(tr("No interfaces found.")); in resetInterfaceTreeDisplay()
342 QString warning_text = ui->warningLabel->text(); in resetInterfaceTreeDisplay()
346 ui->warningLabel->setText(warning_text); in resetInterfaceTreeDisplay()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/panorama/wizard/
H A Dpanolastpage.cpp66 warningLabel (nullptr), in Private()
79 QLabel* warningLabel; member in DigikamGenericPanoramaPlugin::PanoLastPage::Private
128 d->warningLabel = new QLabel(d->saveSettingsGroupBox); in PanoLastPage()
129 d->warningLabel->hide(); in PanoLastPage()
130 formatVBox->addWidget(d->warningLabel); in PanoLastPage()
219 …d->warningLabel->setText(QString::fromUtf8("<qt><p><font color=\"red\"><b>%1:</b> %2.</font></p></… in checkFiles()
222 d->warningLabel->show(); in checkFiles()
228 …d->warningLabel->setText(QString::fromUtf8("<qt><p><font color=\"orange\"><b>:</b> %2.</font></p><… in checkFiles()
231 d->warningLabel->show(); in checkFiles()
237 d->warningLabel->hide(); in checkFiles()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/haiku/MilkySettings/
H A DInterfaceSettingsView.cpp55 BStringView* warningLabel = new BStringView(rect, "WarningLabel", in InterfaceSettingsView() local
57 AddChild(warningLabel); in InterfaceSettingsView()
59 warningLabel = new BStringView(rect, "WarningLabel", in InterfaceSettingsView()
61 AddChild(warningLabel); in InterfaceSettingsView()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/
H A DAntEnvironmentTab.java36 protected Label warningLabel; field in AntEnvironmentTab
45 warningLabel = new Label(wrappingComposite, SWT.NONE); in createControl()
46 warningLabel.setText(AntLaunchConfigurationMessages.AntEnvironmentTab_0); in createControl()
69 warningLabel.setForeground(labelColor); in updateWidgetsEnabled()
/dports/deskutils/lxqt-notificationd/lxqt-notificationd-1.0.0/config/
H A Dbasicsettings.cpp60 connect(saneQueryTimeout, &QTimer::timeout, warningLabel, [this]() { in BasicSettings()
61warningLabel->setText(tr("<b>Warning:</b> notifications daemon is slow to respond.\n" in BasicSettings()
70 warningLabel->setText(tr("<b>Warning:</b> No notifications daemon is running.\n" in BasicSettings()
73warningLabel->setText(tr("<b>Warning:</b> A third-party notifications daemon (%1) is running.\n" in BasicSettings()
/dports/biology/ugene/ugene-40.1/src/plugins/pcr/src/
H A DInSilicoPcrOptionPanelWidget.cpp89warningLabel->setStyleSheet(warningLabel->styleSheet() + "color: " + Theme::errorColorLabelStr()); in InSilicoPcrOptionPanelWidget()
90 warningLabel->setAlignment(Qt::AlignLeft); in InSilicoPcrOptionPanelWidget()
126 warningLabel->hide(); in sl_onPrimerChanged()
134 warningLabel->hide(); in sl_onPrimerChanged()
137 warningLabel->show(); in sl_onPrimerChanged()
138 warningLabel->setText(tr("Warning: ") + message); in sl_onPrimerChanged()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/options/
H A DSystemPreferencesWindow.java300 Label warningLabel = new Label("System restart required!"); in lisaTab() local
301 warningLabel.setTextFill(Color.RED); in lisaTab()
302 AnchorPane.setTopAnchor(warningLabel, 50.); in lisaTab()
303 AnchorPane.setLeftAnchor(warningLabel, 180.); in lisaTab()
304 warningLabel.setVisible(false); in lisaTab()
310 warningLabel.setVisible(true); in lisaTab()
312 warningLabel.setVisible(false); in lisaTab()
315 lisaAnchorPane.getChildren().addAll(node, warningLabel); in lisaTab()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/gui/
H A DSelectDevicePanel.java54 warningLabel = new javax.swing.JLabel(); in initComponents()
77warningLabel.setText("(hybrid CD-ROMs with both HFS/+/X and ISO filesystems won't work)"); in initComponents()
99 .add(warningLabel)) in initComponents()
122 .add(warningLabel)) in initComponents()
147 private javax.swing.JLabel warningLabel; field in SelectDevicePanel
/dports/devel/slf4j/slf4j-1.7.21/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
H A DMigratorFrame.java72 private JLabel warningLabel; field in MigratorFrame
145 slh.placeBelow(folderLabel, warningLabel, 0, BASIC_PADDING * 3); in constrainAll()
147 slh.placeBelow(warningLabel, awareCheckBox, 0, (int) (BASIC_PADDING * 1.5)); in constrainAll()
171 getContentPane().add(warningLabel); in addAllComponentsToContextPane()
237 warningLabel = new JLabel(); in createWarningLabel()
238warningLabel.setText("<html>" + "<p><span color=\"red\">WARNING:</span> This SLF4J migration tool … in createWarningLabel()
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dwarningbar.h74 QLabel *warningLabel = new QLabel (message); in QWidget() local
75 warningLabel->setAttribute (Qt::WA_TransparentForMouseEvents, true); // not needed in QWidget()
76 warningLabel->setWordWrap (true); in QWidget()
77 grid_->addWidget (warningLabel, 1, 0); in QWidget()
/dports/graphics/okular/okular-21.12.3/part/
H A Ddlgaccessibility.cpp53 QLabel *warningLabel = new QLabel(this); in DlgAccessibility() local
54warningLabel->setText(i18nc("@info Config dialog, accessibility page", "<b>Warning:</b> these opti… in DlgAccessibility()
55 warningLabel->setWordWrap(true); in DlgAccessibility()
56 layout->addRow(warningLabel); in DlgAccessibility()

123456789