Uses of Class
io.qt.gui.QPageLayout
-
Uses of QPageLayout in io.qt.gui
Modifier and TypeMethodDescriptionQPageLayout.clone()
Creates and returns a copy of this object.protected final QPageLayout
QPagedPaintDevice.Impl.devicePageLayout()
SeeQPagedPaintDevice::
devicePageLayout()const final QPageLayout
QPagedPaintDevice.MemberAccess.devicePageLayout()
protected final QPageLayout
QPdfWriter.devicePageLayout()
SeeQPagedPaintDevice::
devicePageLayout()const final QPageLayout
QPagedPaintDevice.Impl.pageLayout()
default QPageLayout
QPagedPaintDevice.pageLayout()
final QPageLayout
QPdfWriter.pageLayout()
Modifier and TypeMethodDescriptionfinal void
QPageLayout.assign
(QPageLayout other) final boolean
QPageLayout.equals
(QPageLayout rhs) final boolean
QPageLayout.isEquivalentTo
(QPageLayout other) final boolean
QPagedPaintDevice.Impl.setPageLayout
(QPageLayout pageLayout) default boolean
QPagedPaintDevice.setPageLayout
(QPageLayout pageLayout) final boolean
QPdfWriter.setPageLayout
(QPageLayout pageLayout) final void
QPageLayout.swap
(QPageLayout other) -
Uses of QPageLayout in io.qt.printsupport
Modifier and TypeMethodDescriptionprotected final QPageLayout
QPrinter.devicePageLayout()
SeeQPagedPaintDevice::
devicePageLayout()const final QPageLayout
QPrinter.pageLayout()
-
Uses of QPageLayout in io.qt.webengine.widgets
Modifier and TypeMethodDescriptionfinal void
QWebEnginePage.printToPdf
(String filePath, QPageLayout layout) SeeQWebEnginePage::
printToPdf(QString, QPageLayout) final void
QWebEnginePage.printToPdf
(Consumer<QByteArray> resultCallback, QPageLayout layout) SeeQWebEnginePage::
printToPdf(QWebEngineCallback<const QByteArray&>, QPageLayout)