42 #ifndef QPRINTPREVIEWDIALOG_H 43 #define QPRINTPREVIEWDIALOG_H 45 #include <QtGui/qdialog.h> 47 #ifndef QT_NO_PRINTPREVIEWDIALOG 68 #ifdef Q_NO_USING_KEYWORD 80 void done(
int result);
83 void paintRequested(
QPrinter *printer);
105 #endif // QT_NO_PRINTPREVIEWDIALOG 107 #endif // QPRINTPREVIEWDIALOG_H #define QT_END_NAMESPACE
This macro expands to.
The QDialog class is the base class of dialog windows.
#define Q_PRIVATE_SLOT(d, signature)
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QPrinter class is a paint device that paints on a printer.
The QPrintPreviewDialog class provides a dialog for previewing and configuring page layouts for print...
virtual void done(int)
Closes the dialog and sets its result code to r.
The QGraphicsView class provides a widget for displaying the contents of a QGraphicsScene.
void open()
Shows the dialog as a window modal dialog, returning immediately.
#define Q_DECLARE_PRIVATE(Class)
void setVisible(bool visible)
Reimplemented Function
The QAction class provides an abstract user interface action that can be inserted into widgets...