mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 14:50:53 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user