builtins.object Object QPrinterInfo
class QPrinterInfo(Object):
QPrinterInfo(self) -> None QPrinterInfo(self, other: PySide6.QtPrintSupport.QPrinterInfo) -> None QPrinterInfo(self, printer: PySide6.QtPrintSupport.QPrinter) -> None
Signature du constructeur | Description |
---|---|
__new__(*args, **kwargs) | Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__] |
Signature de la méthode | Description |
---|---|
__bool__(self) | self != 0 [extrait de __bool__.__doc__] |
__copy__() -> None | __copy__() -> None [extrait de __copy__.__doc__] |
availablePrinterNames() -> List[str] | availablePrinterNames() -> List[str] [extrait de availablePrinterNames.__doc__] |
availablePrinters() -> List[PySide6.QtPrintSupport.QPrinterInfo] | availablePrinters() -> List[PySide6.QtPrintSupport.QPrinterInfo] [extrait de availablePrinters.__doc__] |
defaultColorMode(self) -> PySide6.QtPrintSupport.QPrinter.ColorMode | defaultColorMode(self) -> PySide6.QtPrintSupport.QPrinter.ColorMode [extrait de defaultColorMode.__doc__] |
defaultDuplexMode(self) -> PySide6.QtPrintSupport.QPrinter.DuplexMode | defaultDuplexMode(self) -> PySide6.QtPrintSupport.QPrinter.DuplexMode [extrait de defaultDuplexMode.__doc__] |
defaultPageSize(self) -> PySide6.QtGui.QPageSize | defaultPageSize(self) -> PySide6.QtGui.QPageSize [extrait de defaultPageSize.__doc__] |
defaultPrinter() -> PySide6.QtPrintSupport.QPrinterInfo | defaultPrinter() -> PySide6.QtPrintSupport.QPrinterInfo [extrait de defaultPrinter.__doc__] |
defaultPrinterName() -> str | defaultPrinterName() -> str [extrait de defaultPrinterName.__doc__] |
description(self) -> str | description(self) -> str [extrait de description.__doc__] |
isDefault(self) -> bool | isDefault(self) -> bool [extrait de isDefault.__doc__] |
isNull(self) -> bool | isNull(self) -> bool [extrait de isNull.__doc__] |
isRemote(self) -> bool | isRemote(self) -> bool [extrait de isRemote.__doc__] |
location(self) -> str | location(self) -> str [extrait de location.__doc__] |
makeAndModel(self) -> str | makeAndModel(self) -> str [extrait de makeAndModel.__doc__] |
maximumPhysicalPageSize(self) -> PySide6.QtGui.QPageSize | maximumPhysicalPageSize(self) -> PySide6.QtGui.QPageSize [extrait de maximumPhysicalPageSize.__doc__] |
minimumPhysicalPageSize(self) -> PySide6.QtGui.QPageSize | minimumPhysicalPageSize(self) -> PySide6.QtGui.QPageSize [extrait de minimumPhysicalPageSize.__doc__] |
printerInfo(printerName: str) -> PySide6.QtPrintSupport.QPrinterInfo | printerInfo(printerName: str) -> PySide6.QtPrintSupport.QPrinterInfo [extrait de printerInfo.__doc__] |
printerName(self) -> str | printerName(self) -> str [extrait de printerName.__doc__] |
state(self) -> PySide6.QtPrintSupport.QPrinter.PrinterState | state(self) -> PySide6.QtPrintSupport.QPrinter.PrinterState [extrait de state.__doc__] |
supportedColorModes(self) -> List[PySide6.QtPrintSupport.QPrinter.ColorMode] | supportedColorModes(self) -> List[PySide6.QtPrintSupport.QPrinter.ColorMode] [extrait de supportedColorModes.__doc__] |
supportedDuplexModes(self) -> List[PySide6.QtPrintSupport.QPrinter.DuplexMode] | supportedDuplexModes(self) -> List[PySide6.QtPrintSupport.QPrinter.DuplexMode] [extrait de supportedDuplexModes.__doc__] |
supportedPageSizes(self) -> List[PySide6.QtGui.QPageSize] | supportedPageSizes(self) -> List[PySide6.QtGui.QPageSize] [extrait de supportedPageSizes.__doc__] |
supportedResolutions(self) -> List[int] | supportedResolutions(self) -> List[int] [extrait de supportedResolutions.__doc__] |
supportsCustomPageSizes(self) -> bool | supportsCustomPageSizes(self) -> bool [extrait de supportsCustomPageSizes.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :