Table Of Contents

Previous topic

QPrintDialog

Next topic

QPageSetupDialog

QAbstractPageSetupDialog

Inheritance diagram of QAbstractPageSetupDialog

Inherited by: QPageSetupDialog

Synopsis

Functions

Detailed Description

The PySide.QtGui.QAbstractPageSetupDialog class provides a base for implementations of page setup dialogs.
class PySide.QtGui.QAbstractPageSetupDialog(printer[, parent=None])
Parameters:

Constructs the page setup dialog for the printer printer with parent as parent widget.

PySide.QtGui.QAbstractPageSetupDialog.printer()
Return type:PySide.QtGui.QPrinter

Returns the printer that this page setup dialog is operating on.