KritaWidgets
KoDialog.h
Go to the documentation of this file.
124 None = 0x00000000,
125 Help = 0x00000001,
126 Default = 0x00000002,
127 Ok = 0x00000004,
128 Apply = 0x00000008,
129 Try = 0x00000010,
130 Cancel = 0x00000020,
131 Close = 0x00000040,
132 No = 0x00000080,
133 Yes = 0x00000100,
134 Reset = 0x00000200,
135 Details = 0x00000400,
136 User1 = 0x00001000,
137 User2 = 0x00002000,
138 User3 = 0x00004000,
139 NoDefault = 0x00008000
145 InstantPopup = 0,
146 DelayedPopup = 1
399 NoCaptionFlags = 0,
400 AppNameCaption = 1,
401 ModifiedCaption = 2,
402 HIGCompliantCaption = AppNameCaption
void setCaption(const QString &c)
virtual void closeEvent(QCloseEvent *e)
virtual void hideEvent(QHideEvent *event)
virtual QSize minimumSizeHint() const
Definition: KoDialog_p.h:23
virtual void keyPressEvent(QKeyEvent *e)
void updateGeometry()
typedef WindowFlags
void finished(int result)
virtual QSize sizeHint() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:44:00 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:44:00 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.