Home
last modified time | relevance | path

Searched defs:messageLabel (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/dialogues/
H A DInformationMessage.cpp25 ui::Label * messageLabel = new ui::Label(ui::Point(4, 0), ui::Point(Size.X-28, -1), message); in InformationMessage() local
38 ui::Label * messageLabel = new ui::Label(ui::Point(4, 0), ui::Point(Size.X-8, -1), message); in InformationMessage() local
H A DSaveIDMessage.cpp24 …ui::Label * messageLabel = new ui::Label(ui::Point(4, 24), ui::Point(textWidth+20, 16), "Saved Suc… in SaveIDMessage() local
H A DErrorMessage.cpp23 ui::Label * messageLabel = new ui::Label(ui::Point(4, 24), ui::Point(Size.X-8, -1), message); in ErrorMessage() local
H A DConfirmPrompt.cpp28 ui::Label * messageLabel = new ui::Label(ui::Point(4, 0), ui::Point(Size.X-28, -1), message); in ConfirmPrompt() local
H A DTextPrompt.cpp26 ui::Label * messageLabel = new ui::Label(ui::Point(4, 25), ui::Point(Size.X-8, -1), message); in TextPrompt() local
/dports/net/freerdp/freerdp-2.5.0/client/Mac/
H A DPasswordDialog.h27 NSTextField *messageLabel; variable
H A DCertificateDialog.h31 NSTextField *messageLabel; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/
H A DPatchParsedPage.java27 private Label messageLabel; field in PatchParsedPage
/dports/editors/yudit/yudit-3.0.7/gui/
H A DSMessageLabel.h41 SLabel* messageLabel; variable
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/widgets/
H A Dplaceholderwidget.cpp48 QLabel* messageLabel; member in Digikam::PlaceholderWidget::Private
/dports/polish/kadu/kadu-4.3/kadu-core/gui/windows/
H A Dstring-list-dialog.cpp40 auto messageLabel = new QLabel{std::move(message)}; in StringListDialog() local
H A Dupdates-dialog.cpp68 QLabel *messageLabel = new QLabel(this); in init() local
/dports/net-im/qTox/qTox-1.17.4/src/widget/tool/
H A Dfriendrequestdialog.cpp42 QLabel* messageLabel = new QLabel(tr("Friend request message:"), this); in FriendRequestDialog() local
/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/dialogs/autotests/
H A Dcreatenewdiscussionwidgettest.cpp56 auto messageLabel = w.findChild<QLabel *>(QStringLiteral("messageLabel")); in shouldHaveDefaultValues() local
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/swing/
H A DNoncancelableProgressDialog.java41 final JLabel messageLabel = new JLabel( message ); in NoncancelableProgressDialog() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/examples/platformplugin/
H A DWebNotificationPresenter.cpp49 QLabel* messageLabel = new QLabel(data->message()); in showNotification() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/preferences/
H A DWizardPropertyPage.java186 Label messageLabel = new Label(messageComposite, SWT.WRAP); in createWizardPageContent() local
215 private void setDescription(IWizardPage page, Label messageLabel) { in setDescription()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Dcodecproblems.cpp54 QLabel *messageLabel = new QLabel( message, this ); in CodecProblems() local
H A Dcodecoptimizations.cpp27 …QLabel *messageLabel = new QLabel( i18n("You have installed or removed backends and your soundKonv… in CodecOptimizations() local
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dsidebarwidget.h68 QLabel *messageLabel; variable
/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/dialogs/
H A Dcreatenewdiscussionwidget.cpp54 auto messageLabel = new QLabel(i18n("Message"), this); in CreateNewDiscussionWidget() local
/dports/net-im/qTox/qTox-1.17.4/src/widget/
H A Dsearchform.h67 QLabel* messageLabel; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/
H A DMessageWizardPage.java85 Label messageLabel= new Label(result, SWT.WRAP); in createControl() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/
H A DPassphraseDialog.java67 Label messageLabel=new Label(main, SWT.WRAP); in createDialogArea() local
/dports/net-im/qTox/qTox-1.17.4/src/net/
H A Dtoxuri.cpp108 QLabel* messageLabel = new QLabel(tr("Friend request message:"), this); in ToxURIDialog() local

1234567891011