QtGui/qpagesetupdialog.h Source File
Go to the documentation of this file.
42 #ifndef QPAGESETUPDIALOG_H
43 #define QPAGESETUPDIALOG_H
53 #ifndef QT_NO_PRINTDIALOG
55 class QPageSetupDialogPrivate;
62 Q_PROPERTY(PageSetupDialogOptions options READ options WRITE setOptions)
67 DontUseSheet = 0x00000001,
68 OwnsPrinter = 0x80000000
71 Q_DECLARE_FLAGS(PageSetupDialogOptions, PageSetupDialogOption)
77 void addEnabledOption(PageSetupDialogOption option);
78 void setEnabledOptions(PageSetupDialogOptions options);
79 PageSetupDialogOptions enabledOptions() const;
80 bool isOptionEnabled(PageSetupDialogOption option) const;
82 void setOption(PageSetupDialogOption option,
bool on = true);
83 bool testOption(PageSetupDialogOption option) const;
84 void setOptions(PageSetupDialogOptions options);
85 PageSetupDialogOptions options() const;
87 #if defined(Q_WS_MAC) || defined(Q_OS_WIN)
92 #ifdef Q_NO_USING_KEYWORD
106 #endif // QT_NO_PRINTDIALOG
112 #endif // QPAGESETUPDIALOG_H
void setVisible(bool visible)
GLXDrawable GLXDrawable member
#define QT_BEGIN_NAMESPACE