friend bool operator==(const QPageLayout &lhs, const QPageLayout &rhs)
Returns true if page layout lhs is equal to page layout rhs, i.e.
Unit
This enum type is used to specify the measurement unit for page layout and margins.
friend bool operator!=(const QPageLayout &lhs, const QPageLayout &rhs)
Returns true if page layout lhs is not equal to page layout rhs, i.e.
void swap(QPageLayout &other) noexcept
Swaps this page layout with other.
Mode
Defines the page layout mode.
Orientation
This enum type defines the page orientation.
Q_GUI_EXPORT QDebug operator<<(QDebug dbg, const QPageLayout &pageLayout)