add widget for change size of conductor text item

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2647 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-12-03 10:17:49 +00:00
parent 6424ce4819
commit 0b5e205453
7 changed files with 31 additions and 4 deletions

View File

@@ -75,6 +75,7 @@ class ConductorPropertiesWidget : public QWidget {
QPushButton *color_button;
QComboBox *line_style;
QCheckBox *merge_checkbox;
QSpinBox *text_size_sb;
ConductorProperties properties_;