45 #include <QtGui/qwidget.h> 68 Qt::WindowFlags f = 0);
81 void setExtension(
QWidget* extension);
87 void setSizeGripEnabled(
bool);
88 bool isSizeGripEnabled()
const;
90 void setModal(
bool modal);
91 void setResult(
int r);
94 void finished(
int result);
101 virtual void done(
int);
102 virtual void accept();
103 virtual void reject();
105 void showExtension(
bool);
110 #if defined(Q_WS_WINCE) || defined(Q_OS_SYMBIAN) 117 #ifndef QT_NO_CONTEXTMENU 126 #if defined(Q_OS_SYMBIAN) 127 bool symbianAdjustedPosition();
bool sizeGripEnabled
whether the size grip is enabled
The QKeyEvent class describes a key event.
#define QT_END_NAMESPACE
This macro expands to.
The QDialog class is the base class of dialog windows.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define Q_PRIVATE_SLOT(d, signature)
bool modal
whether show() should pop up the dialog as modal or modeless
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QResizeEvent class contains event parameters for resize events.
The QShowEvent class provides an event that is sent when a widget is shown.
virtual bool eventFilter(QObject *, QEvent *)
Filters events if this object has been installed as an event filter for the watched object...
QObject * parent() const
Returns a pointer to the parent object.
DialogCode
The value returned by a modal dialog.
The QSize class defines the size of a two-dimensional object using integer point precision.
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.
The QCloseEvent class contains parameters that describe a close event.
int open(const char *, int,...)