Uses of Class
io.qt.gui.QPageLayout
Packages that use QPageLayout
-
Uses of QPageLayout in io.qt.gui
Methods in io.qt.gui that return QPageLayoutModifier 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()
Methods in io.qt.gui with parameters of type QPageLayoutModifier 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) Constructors in io.qt.gui with parameters of type QPageLayout -
Uses of QPageLayout in io.qt.printsupport
Methods in io.qt.printsupport that return QPageLayoutModifier and TypeMethodDescriptionprotected final QPageLayout
QPrinter.devicePageLayout()
SeeQPagedPaintDevice::
devicePageLayout()const final QPageLayout
QPrinter.pageLayout()
Methods in io.qt.printsupport with parameters of type QPageLayout -
Uses of QPageLayout in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets with parameters of type QPageLayoutModifier 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)