KDELibs4Support
kdialog.h
140 Ok = 0x00000004, ///< Show Ok button. (this button accept()s the dialog; result set to QDialog::Accepted)
143 Cancel = 0x00000020, ///< Show Cancel-button. (this button reject()s the dialog; result set to QDialog::Rejected)
145 No = 0x00000080, ///< Show No button. (this button closes the dialog and sets the result to KDialog::No)
146 Yes = 0x00000100, ///< Show Yes button. (this button closes the dialog and sets the result to KDialog::Yes)
148 Details = 0x00000400, ///< Show Details button. (this button will show the detail widget set with setDetailsWidget)
152 NoDefault = 0x00008000 ///< Used when specifying a default button; indicates that no button should be marked by default.
170 KDELIBS4SUPPORT_DEPRECATED explicit KDialog(QWidget *parent = nullptr, Qt::WindowFlags flags = {});
374 KDELIBS4SUPPORT_DEPRECATED void saveDialogSize(KConfigGroup &config, KConfigGroup::WriteConfigFlags options = KConfigGroup::Normal) const;
Q_SLOTSQ_SLOTS
Normal
Q_ENUMS(...)
virtual void closeEvent(QCloseEvent *e) override
typedef WindowFlags
virtual void hideEvent(QHideEvent *event)
virtual QSize minimumSizeHint() const const override
Orientation
Q_SIGNALSQ_SIGNALS
virtual void keyPressEvent(QKeyEvent *e) override
ButtonCode
void updateGeometry()
Q_DISABLE_COPY(Class)
void finished(int result)
virtual QSize sizeHint() const const override
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:56:28 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:56:28 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.