mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 18:50:52 +01:00
QetShapeItem : shapes can be filled with some patterns and colors
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4315 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -50,11 +50,13 @@ class ShapeGraphicsItemPropertiesWidget : public PropertiesEditorWidget
|
||||
virtual bool setLiveEdit(bool live_edit);
|
||||
|
||||
private:
|
||||
void setColorButton(const QColor &color);
|
||||
void setPenColorButton(const QColor &color);
|
||||
void setBrushColorButton(const QColor &color);
|
||||
|
||||
private slots:
|
||||
void on_m_lock_pos_cb_clicked();
|
||||
void on_m_color_pb_clicked();
|
||||
void on_m_brush_color_pb_clicked();
|
||||
|
||||
private:
|
||||
Ui::ShapeGraphicsItemPropertiesWidget *ui;
|
||||
|
||||
Reference in New Issue
Block a user