Diagram editor: conductors can now be rendered with a solid, dashed or dashed-and-dotted style.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2037 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2013-02-11 18:35:18 +00:00
parent d69130f3aa
commit 2af5eb54b1
3 changed files with 22 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ class ConductorPropertiesWidget : public QWidget {
QCheckBox *neutral_checkbox;
QLabel *preview;
QPushButton *color_button;
QCheckBox *dashed_checkbox;
QComboBox *line_style;
QCheckBox *merge_checkbox;
ConductorProperties properties_;