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.
公有函数
(obsolete) QList<QPrinter::PaperSize> | supportedPaperSizes() const |
(obsolete) QList<QPair<QString, QSizeF> > | supportedSizesWithNames() const |
成员函数
QList<QPrinter::PaperSize> QPrinterInfo::supportedPaperSizes() const
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
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.