~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/printdialog.h

  • Committer: Adam Reichold
  • Date: 2018-05-04 17:49:20 UTC
  • Revision ID: adam.reichold@t-online.de-20180504174920-mqn268i0h46fq311
Add static_resources configuration option to embed translations and online help into binary to facilitate single binary builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
    QCheckBox* m_fitToPageCheckBox;
62
62
 
63
 
#if QT_VERSION < QT_VERSION_CHECK(5,11,0)
64
 
 
65
63
    QLineEdit* m_pageRangesLineEdit;
66
64
 
67
 
#endif // QT_VERSION
68
 
 
69
65
#if QT_VERSION < QT_VERSION_CHECK(5,2,0)
70
66
 
71
67
    QComboBox* m_pageSetComboBox;