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

@@ -46,7 +46,7 @@ class BorderPropertiesWidget : public QWidget {
public slots:
// to choose the back_ground color of diagram.
void chooseColor();
void changeColor();
private:
void build();
@@ -60,6 +60,6 @@ class BorderPropertiesWidget : public QWidget {
QSpinBox *rows_count; ///< Widget to edit the rows count
QSpinBox *rows_height; ///< Widget to edit the rows height
QCheckBox *display_rows; ///< Checkbox stating whether to display row headers
QPushButton *pb_background_color; ///< Push button for selecting diagram background color
QCheckBox *background_color; ///< Checkbox for selecting diagram background color grey/white
};
#endif