Participer au site avec un Tip
Rechercher
 

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 :

Module « PySide2.QtPrintSupport »

Classe « QPrintPreviewWidget »

Informations générales

Héritage

builtins.object
    Object
        QPaintDevice
builtins.object
    Object
        QObject
            QWidget
                QPrintPreviewWidget

Définition

class QPrintPreviewWidget(QWidget):

Description [extrait de QPrintPreviewWidget.__doc__]

QPrintPreviewWidget(self, parent: typing.Union[PySide2.QtWidgets.QWidget, NoneType] = None, flags: PySide2.QtCore.Qt.WindowFlags = Default(Qt.WindowFlags))
QPrintPreviewWidget(self, printer: PySide2.QtPrintSupport.QPrinter, parent: typing.Union[PySide2.QtWidgets.QWidget, NoneType] = None, flags: PySide2.QtCore.Qt.WindowFlags = Default(Qt.WindowFlags))

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AllPagesViewPySide2.QtPrintSupport.QPrintPreviewWidget.ViewMode.AllPagesView
CustomZoomPySide2.QtPrintSupport.QPrintPreviewWidget.ZoomMode.CustomZoom
DrawChildrenPySide2.QtWidgets.QWidget.RenderFlag.DrawChildren
DrawWindowBackgroundPySide2.QtWidgets.QWidget.RenderFlag.DrawWindowBackground
FacingPagesViewPySide2.QtPrintSupport.QPrintPreviewWidget.ViewMode.FacingPagesView
FitInViewPySide2.QtPrintSupport.QPrintPreviewWidget.ZoomMode.FitInView
FitToWidthPySide2.QtPrintSupport.QPrintPreviewWidget.ZoomMode.FitToWidth
IgnoreMaskPySide2.QtWidgets.QWidget.RenderFlag.IgnoreMask
PdmDepthPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDepth
PdmDevicePixelRatioPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatio
PdmDevicePixelRatioScaledPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatioScaled
PdmDpiXPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiX
PdmDpiYPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiY
PdmHeightPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeight
PdmHeightMMPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeightMM
PdmNumColorsPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmNumColors
PdmPhysicalDpiXPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiX
PdmPhysicalDpiYPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiY
PdmWidthPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidth
PdmWidthMMPySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidthMM
SinglePageViewPySide2.QtPrintSupport.QPrintPreviewWidget.ViewMode.SinglePageView
staticMetaObject<PySide2.QtCore.QMetaObject object at 0x7efe3399d9c0>

Attributs statiques hérités de la classe QPaintDevice

painters

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
currentPage(self) -> int currentPage(self) -> int [extrait de currentPage.__doc__]
customContextMenuRequested
destroyed
fitInView(self) fitInView(self) [extrait de fitInView.__doc__]
fitToWidth(self) fitToWidth(self) [extrait de fitToWidth.__doc__]
objectNameChanged
orientation(self) -> PySide2.QtPrintSupport.QPrinter.Orientation orientation(self) -> PySide2.QtPrintSupport.QPrinter.Orientation [extrait de orientation.__doc__]
pageCount(self) -> int pageCount(self) -> int [extrait de pageCount.__doc__]
paintRequested
previewChanged
print_(self) print_(self) [extrait de print_.__doc__]
setAllPagesViewMode(self) setAllPagesViewMode(self) [extrait de setAllPagesViewMode.__doc__]
setCurrentPage(self, pageNumber: int) setCurrentPage(self, pageNumber: int) [extrait de setCurrentPage.__doc__]
setFacingPagesViewMode(self) setFacingPagesViewMode(self) [extrait de setFacingPagesViewMode.__doc__]
setLandscapeOrientation(self) setLandscapeOrientation(self) [extrait de setLandscapeOrientation.__doc__]
setOrientation(self, orientation: PySide2.QtPrintSupport.QPrinter.Orientation) setOrientation(self, orientation: PySide2.QtPrintSupport.QPrinter.Orientation) [extrait de setOrientation.__doc__]
setPortraitOrientation(self) setPortraitOrientation(self) [extrait de setPortraitOrientation.__doc__]
setSinglePageViewMode(self) setSinglePageViewMode(self) [extrait de setSinglePageViewMode.__doc__]
setViewMode(self, viewMode: PySide2.QtPrintSupport.QPrintPreviewWidget.ViewMode) setViewMode(self, viewMode: PySide2.QtPrintSupport.QPrintPreviewWidget.ViewMode) [extrait de setViewMode.__doc__]
setVisible(self, visible: bool) setVisible(self, visible: bool) [extrait de setVisible.__doc__]
setZoomFactor(self, zoomFactor: float) setZoomFactor(self, zoomFactor: float) [extrait de setZoomFactor.__doc__]
setZoomMode(self, zoomMode: PySide2.QtPrintSupport.QPrintPreviewWidget.ZoomMode) setZoomMode(self, zoomMode: PySide2.QtPrintSupport.QPrintPreviewWidget.ZoomMode) [extrait de setZoomMode.__doc__]
updatePreview(self) updatePreview(self) [extrait de updatePreview.__doc__]
ViewMode
viewMode(self) -> PySide2.QtPrintSupport.QPrintPreviewWidget.ViewMode viewMode(self) -> PySide2.QtPrintSupport.QPrintPreviewWidget.ViewMode [extrait de viewMode.__doc__]
windowIconChanged
windowIconTextChanged
windowTitleChanged
zoomFactor(self) -> float zoomFactor(self) -> float [extrait de zoomFactor.__doc__]
zoomIn(self, zoom: float = 1.1) zoomIn(self, zoom: float = 1.1) [extrait de zoomIn.__doc__]
ZoomMode
zoomMode(self) -> PySide2.QtPrintSupport.QPrintPreviewWidget.ZoomMode zoomMode(self) -> PySide2.QtPrintSupport.QPrintPreviewWidget.ZoomMode [extrait de zoomMode.__doc__]
zoomOut(self, zoom: float = 1.1) zoomOut(self, zoom: float = 1.1) [extrait de zoomOut.__doc__]

Méthodes héritées de la classe QWidget

__init_subclass__, __repr__, __subclasshook__, acceptDrops, accessibleDescription, accessibleName, actionEvent, actions, activateWindow, addAction, addActions, adjustSize, autoFillBackground, backgroundRole, backingStore, baseSize, changeEvent, childAt, childrenRect, childrenRegion, clearFocus, clearMask, close, closeEvent, contentsMargins, contentsRect, contextMenuEvent, contextMenuPolicy, create, createWindowContainer, createWinId, cursor, destroy, devType, dragEnterEvent, dragLeaveEvent, dragMoveEvent, dropEvent, effectiveWinId, ensurePolished, enterEvent, event, find, focusInEvent, focusNextChild, focusNextPrevChild, focusOutEvent, focusPolicy, focusPreviousChild, focusProxy, focusWidget, font, fontInfo, fontMetrics, foregroundRole, frameGeometry, frameSize, geometry, getContentsMargins, grab, grabGesture, grabKeyboard, grabMouse, grabShortcut, graphicsEffect, graphicsProxyWidget, hasFocus, hasHeightForWidth, hasMouseTracking, hasTabletTracking, height, heightForWidth, hide, hideEvent, initPainter, inputMethodEvent, inputMethodHints, inputMethodQuery, insertAction, insertActions, internalWinId, isActiveWindow, isAncestorOf, isEnabled, isEnabledTo, isEnabledToTLW, isFullScreen, isHidden, isLeftToRight, isMaximized, isMinimized, isModal, isRightToLeft, isTopLevel, isVisible, isVisibleTo, isWindow, isWindowModified, keyboardGrabber, keyPressEvent, keyReleaseEvent, layout, layoutDirection, leaveEvent, locale, lower, mapFrom, mapFromGlobal, mapFromParent, mapTo, mapToGlobal, mapToParent, mask, maximumHeight, maximumSize, maximumWidth, metric, minimumHeight, minimumSize, minimumSizeHint, minimumWidth, mouseDoubleClickEvent, mouseGrabber, mouseMoveEvent, mousePressEvent, mouseReleaseEvent, move, moveEvent, nativeEvent, nativeParentWidget, nextInFocusChain, normalGeometry, overrideWindowFlags, overrideWindowState, paintEngine, paintEvent, palette, parentWidget, pos, previousInFocusChain, raise_, rect, redirected, releaseKeyboard, releaseMouse, releaseShortcut, removeAction, render, RenderFlag, RenderFlags, repaint, resize, resizeEvent, restoreGeometry, saveGeometry, screen, scroll, setAcceptDrops, setAccessibleDescription, setAccessibleName, setAttribute, setAutoFillBackground, setBackgroundRole, setBaseSize, setContentsMargins, setContextMenuPolicy, setCursor, setDisabled, setEnabled, setFixedHeight, setFixedSize, setFixedWidth, setFocus, setFocusPolicy, setFocusProxy, setFont, setForegroundRole, setGeometry, setGraphicsEffect, setHidden, setInputMethodHints, setLayout, setLayoutDirection, setLocale, setMask, setMaximumHeight, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumWidth, setMouseTracking, setPalette, setParent, setShortcutAutoRepeat, setShortcutEnabled, setSizeIncrement, setSizePolicy, setStatusTip, setStyle, setStyleSheet, setTabletTracking, setTabOrder, setToolTip, setToolTipDuration, setUpdatesEnabled, setWhatsThis, setWindowFilePath, setWindowFlag, setWindowFlags, setWindowIcon, setWindowIconText, setWindowModality, setWindowModified, setWindowOpacity, setWindowRole, setWindowState, setWindowTitle, sharedPainter, show, showEvent, showFullScreen, showMaximized, showMinimized, showNormal, size, sizeHint, sizeIncrement, sizePolicy, stackUnder, statusTip, style, styleSheet, tabletEvent, testAttribute, toolTip, toolTipDuration, topLevelWidget, underMouse, ungrabGesture, unsetCursor, unsetLayoutDirection, unsetLocale, update, updateGeometry, updateMicroFocus, updatesEnabled, visibleRegion, whatsThis, wheelEvent, width, window, windowFilePath, windowFlags, windowHandle, windowIcon, windowIconText, windowModality, windowOpacity, windowRole, windowState, windowTitle, windowType, winId, x, y

Méthodes héritées de la classe QPaintDevice

__init_subclass__, __subclasshook__, colorCount, depth, devicePixelRatio, devicePixelRatioF, devicePixelRatioFScale, devType, height, heightMM, initPainter, logicalDpiX, logicalDpiY, metric, PaintDeviceMetric, paintEngine, paintingActive, physicalDpiX, physicalDpiY, redirected, sharedPainter, width, widthMM

Méthodes héritées de la classe QObject

__getattribute__, __init_subclass__, __repr__, __subclasshook__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, registerUserData, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__