Conductor properties: added the "PEN" option, which enables users to merge neutral and ground symbols.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1933 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-08-12 20:32:53 +00:00
parent eb2acce3b6
commit b5430118e4
4 changed files with 90 additions and 34 deletions

View File

@@ -72,6 +72,7 @@ class ConductorPropertiesWidget : public QWidget {
QLabel *preview;
QPushButton *color_button;
QCheckBox *dashed_checkbox;
QCheckBox *merge_checkbox;
ConductorProperties properties_;