Home · All Classes · Modules

QAbstractPrintDialog Class Reference
[QtGui module]

Inherits QDialog.

Inherited by QPrintDialog.

Types

Methods


Detailed Description


Type Documentation

QAbstractPrintDialog.PrintDialogOption

QAbstractPrintDialog.PrintRange


Method Documentation

QAbstractPrintDialog.__init__ (self, QPrinter, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QAbstractPrintDialog.addEnabledOption (self, PrintDialogOption)

PrintDialogOptions QAbstractPrintDialog.enabledOptions (self)

int QAbstractPrintDialog.exec_ (self)

This method is abstract and should be reimplemented in any sub-class.

int QAbstractPrintDialog.fromPage (self)

bool QAbstractPrintDialog.isOptionEnabled (self, PrintDialogOption)

int QAbstractPrintDialog.maxPage (self)

int QAbstractPrintDialog.minPage (self)

QPrinter QAbstractPrintDialog.printer (self)

PrintRange QAbstractPrintDialog.printRange (self)

QAbstractPrintDialog.setEnabledOptions (self, PrintDialogOptions)

QAbstractPrintDialog.setFromTo (self, int, int)

QAbstractPrintDialog.setMinMax (self, int, int)

QAbstractPrintDialog.setOptionTabs (self, list-of-QWidget)

QAbstractPrintDialog.setPrintRange (self, PrintRange)

int QAbstractPrintDialog.toPage (self)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0