Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | PaintRequested (QPrinter printer) |
| |
Public Member Functions inherited from QtGui.IQDialogSignals | |
void | Finished (int result) |
| |
void | Accepted () |
| |
void | Rejected () |
| |
Public Member Functions inherited from QtGui.IQWidgetSignals | |
void | CustomContextMenuRequested (QPoint pos) |
| |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQPrintPreviewDialogSignals.PaintRequested | ( | QPrinter | printer | ) |
This signal is emitted when the QPrintPreviewDialog needs to generate a set of preview pages.
The printer instance supplied is the paint device onto which you should paint the contents of each page, using the QPrinter instance in the same way as you would when printing directly.