QPrintPreviewWidget¶
- PyQt5.QtPrintSupport.QPrintPreviewWidget
Inherits from QWidget.
Description¶
TODO
Enums¶
- ViewMode
TODO
Member
Value
Description
AllPagesView TODO
TODO
FacingPagesView TODO
TODO
SinglePageView TODO
TODO
- ZoomMode
TODO
Member
Value
Description
CustomZoom TODO
TODO
FitInView TODO
TODO
FitToWidth TODO
TODO
Methods¶
- __init__(parent: QWidget = None, flags: Union[WindowFlags, WindowType] = Qt.WindowFlags())
TODO
- __init__(QPrinter, parent: QWidget = None, flags: Union[WindowFlags, WindowType] = Qt.WindowFlags())
TODO
- currentPage() → int
TODO
- fitInView()
TODO
- fitToWidth()
TODO
- orientation() → Orientation
TODO
- pageCount() → int
TODO
- print()
TODO
- print_()
TODO
- setAllPagesViewMode()
TODO
- setCurrentPage(int)
TODO
- setFacingPagesViewMode()
TODO
- setLandscapeOrientation()
TODO
- setOrientation(Orientation)
TODO
- setPortraitOrientation()
TODO
- setSinglePageViewMode()
TODO
- setViewMode(ViewMode)
TODO
- setVisible(bool)
TODO
- setZoomFactor(float)
TODO
- setZoomMode(ZoomMode)
TODO
- updatePreview()
TODO
- viewMode() → ViewMode
TODO
- zoomFactor() → float
TODO
- zoomIn(factor: float = 1.1)
TODO
- zoomMode() → ZoomMode
TODO
- zoomOut(factor: float = 1.1)
TODO