QPrinterInfo

PyQt5.QtPrintSupport.QPrinterInfo

Description

TODO

Methods

__init__()

TODO


__init__(QPrinterInfo)

TODO


__init__(QPrinter)

TODO


@staticmethod
availablePrinterNames() → List[str]

TODO


@staticmethod
availablePrinters() → List[QPrinterInfo]

TODO


defaultColorMode() → ColorMode

TODO


defaultDuplexMode() → DuplexMode

TODO


defaultPageSize() → QPageSize

TODO


@staticmethod
defaultPrinter() → QPrinterInfo

TODO


@staticmethod
defaultPrinterName() → str

TODO


description() → str

TODO


isDefault() → bool

TODO


isNull() → bool

TODO


isRemote() → bool

TODO


location() → str

TODO


makeAndModel() → str

TODO


maximumPhysicalPageSize() → QPageSize

TODO


minimumPhysicalPageSize() → QPageSize

TODO


@staticmethod
printerInfo(str) → QPrinterInfo

TODO


printerName() → str

TODO


state() → PrinterState

TODO


supportedColorModes() → List[ColorMode]

TODO


supportedDuplexModes() → List[DuplexMode]

TODO


supportedPageSizes() → List[QPageSize]

TODO


supportedPaperSizes() → List[PageSize]

TODO


supportedResolutions() → List[int]

TODO


supportedSizesWithNames() → List[Tuple[str, QSizeF]]

TODO


supportsCustomPageSizes() → bool

TODO