Lors de l'impression, l'option "Adapter le schema a la page" est desormais cochee par defaut.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@379 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2008-08-17 21:21:29 +00:00
parent 147deca55d
commit dde819c278

View File

@@ -147,6 +147,7 @@ void DiagramPrintDialog::buildDialog() {
options_label = new QLabel();
use_full_page = new QCheckBox(tr("Utiliser toute la feuille"));
fit_diagram_to_page = new QCheckBox(tr("Adapter le sch\351ma \340 la page"));
fit_diagram_to_page -> setChecked(true);
range_from_label = new QLabel(tr("Plage de "));
start_page = new QSpinBox();
to_label = new QLabel(tr(" \340 "));