QPageSetupDialog¶
The
QPageSetupDialog
class provides a configuration dialog for the page-related options on a printer. More…
Synopsis¶
Functions¶
Detailed Description¶
On Windows and macOS the page setup dialog is implemented using the native page setup dialogs.
Note that on Windows and macOS custom paper sizes won’t be reflected in the native page setup dialogs. Additionally, custom page margins set on a
QPrinter
won’t show in the native macOS page setup dialog.See also
- class PySide2.QtPrintSupport.QPageSetupDialog(printer[, parent=None])¶
PySide2.QtPrintSupport.QPageSetupDialog([parent=None])
- param parent:
- param printer:
Constructs a page setup dialog that configures
printer
withparent
as the parent widget.Constructs a page setup dialog that configures a default-constructed
QPrinter
withparent
as the parent widget.See also
- PySide2.QtPrintSupport.QPageSetupDialog.open(receiver, member)¶
- Parameters:
receiver –
PySide2.QtCore.QObject
member – str
This is an overloaded function.
Opens the dialog and connects its
accepted()
signal to the slot specified byreceiver
andmember
.The signal will be disconnected from the slot when the dialog is closed.
- PySide2.QtPrintSupport.QPageSetupDialog.printer()¶
- Return type:
Returns the printer that was passed to the
QPageSetupDialog
constructor.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.