Qet shape item properties widget : remove the scale widget

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4044 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-07-12 10:28:59 +00:00
parent 185292a29d
commit 806c7fd5e3
5 changed files with 44 additions and 168 deletions

View File

@@ -50,7 +50,6 @@ class ShapeGraphicsItemPropertiesWidget : public PropertiesEditorWidget
virtual bool setLiveEdit(bool live_edit);
private slots:
void on_m_scale_slider_valueChanged(int value);
void on_m_lock_pos_cb_clicked();
private:
@@ -58,7 +57,6 @@ class ShapeGraphicsItemPropertiesWidget : public PropertiesEditorWidget
QetShapeItem *m_shape;
Qt::PenStyle m_old_pen_style;
qreal m_old_scale;
};
#endif // SHAPEGRAPHICSITEMPROPERTIESWIDGET_H