mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-21 04:29:58 +02:00
Ajout de boutons "Cocher tout" et "Decocher tout" dans l'apercu avant impression
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@837 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -57,6 +57,8 @@ class QETPrintPreviewDialog : public QDialog {
|
||||
void fitDiagramToPage(bool);
|
||||
void zoomIn();
|
||||
void zoomOut();
|
||||
void selectAllDiagrams();
|
||||
void selectNoDiagram();
|
||||
|
||||
// attributs
|
||||
private:
|
||||
@@ -70,6 +72,8 @@ class QETPrintPreviewDialog : public QDialog {
|
||||
QPrintPreviewWidget *preview_;
|
||||
QLabel *diagrams_label_;
|
||||
DiagramsChooser *diagrams_list_;
|
||||
QPushButton *diagrams_select_all_;
|
||||
QPushButton *diagrams_select_none_;
|
||||
QAction *toggle_diagrams_list_;
|
||||
QAction *toggle_print_options_;
|
||||
QAction *adjust_width_;
|
||||
|
||||
Reference in New Issue
Block a user