Ajout d'une description dans le dialogue des options d'impression

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@381 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2008-08-18 20:18:18 +00:00
parent 1f712ba103
commit 3c7c538d7c
4 changed files with 41 additions and 82 deletions

View File

@@ -66,7 +66,9 @@ class DiagramPrintDialog : public QWidget {
QLabel *range_from_label;
QLabel *to_label;
QCheckBox *use_full_page;
QLabel *use_full_page_label_;
QCheckBox *fit_diagram_to_page;
QLabel *fit_diagram_to_page_label_;
QSpinBox *start_page;
QSpinBox *end_page;
QDialogButtonBox *buttons;