KWidgetsAddons
kmessagedialog.h
48 * - the secondary action button having been clicked, in which case you may still want to save the status
70 * dlg->setButtons(KStandardGuiItem::back(), KStandardGuiItem::forward(), KStandardGuiItem::cancel());
146 explicit KMessageDialog(KMessageDialog::Type type, const QString &text, QWidget *parent = nullptr);
275 void setButtons(const KGuiItem &primaryAction = KGuiItem(), const KGuiItem &secondaryAction = KGuiItem(), const KGuiItem &cancelAction = KGuiItem());
283 * @note You don't need to call this when using KMessageDialog, it plays the sound automatically.
291 static void beep(KMessageDialog::Type type, const QString &text = QString(), QWidget *dialog = nullptr);
An abstract class for setting the text, icon, tooltip and WhatsThis data on a GUI item (e....
Definition kguiitem.h:34
KMessageDialog creates a message box similar to the ones you get from KMessageBox,...
Definition kmessagedialog.h:107
virtual void showEvent(QShowEvent *event) override
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.