src/gui/widgets/qprintpreviewwidget.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    80     qreal zoomFactor() const;
    80     qreal zoomFactor() const;
    81     QPrinter::Orientation orientation() const;
    81     QPrinter::Orientation orientation() const;
    82     ViewMode viewMode() const;
    82     ViewMode viewMode() const;
    83     ZoomMode zoomMode() const;
    83     ZoomMode zoomMode() const;
    84     int currentPage() const;
    84     int currentPage() const;
    85     int numPages() const;
    85 #ifdef QT_DEPRECATED
       
    86     QT_DEPRECATED int numPages() const;
       
    87 #endif
       
    88     int pageCount() const;
    86     void setVisible(bool visible);
    89     void setVisible(bool visible);
    87 
    90 
    88 public Q_SLOTS:
    91 public Q_SLOTS:
    89     void print();
    92     void print();
    90 
    93