Obsolete Members for QPrinterInfo
The following members of class QPrinterInfo are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(obsolete) QList<QPrinter::PaperSize> | supportedPaperSizes() const |
(obsolete) QList<QPair<QString, QSizeF>> | supportedSizesWithNames() const |
Member Function Documentation
QList<QPrinter::PaperSize> QPrinterInfo::supportedPaperSizes() const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use supportedPageSizes() instead.
Returns a list of supported paper sizes by the printer.
Not all printer drivers support this query, so the list may be empty.
This function was introduced in Qt 4.4.
QList<QPair<QString, QSizeF>> QPrinterInfo::supportedSizesWithNames() const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use supportedPageSizes() instead.
Returns a list of all the paper names supported by the driver with the corresponding size in millimeters.
Not all printer drivers support this query, so the list may be empty.
This function was introduced in Qt 5.1.