Added Abhishek new patch:

Diagram::background_color is now selectable for white or grey
remove QColorDialog for Background
print dialog is always in white background
Thanks


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2673 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2013-12-28 20:39:38 +00:00
parent 38e3e26ff8
commit 31a865b5d1
4 changed files with 14 additions and 17 deletions

View File

@@ -83,5 +83,6 @@ class DiagramPrintDialog : public QWidget {
QLineEdit *filepath_field_;
QPushButton *browse_button_;
QDialogButtonBox *buttons_;
QColor backup_diagram_background_color;
};
#endif