friend bool operator==(const QPageSize &lhs, const QPageSize &rhs)
Unit
This enum type is used to specify the measurement unit for page sizes.
friend Q_GUI_EXPORT bool operator==(const QPageSize &lhs, const QPageSize &rhs)
Returns true if page size lhs is equal to page size rhs, i.e.
void swap(QPageSize &other) noexcept
Swaps this QPageSize with other.
friend bool operator!=(const QPageSize &lhs, const QPageSize &rhs)
Returns true if page size lhs is unequal to page size rhs, i.e.
SizeMatchPolicy
\value FuzzyMatch Match to a standard page size if within the margin of tolerance.
PageSizeId
This enum type lists the available page sizes as defined in the Postscript PPD standard.
Q_GUI_EXPORT QDebug operator<<(QDebug dbg, const QPageSize &pageSize)