Remove the second color of conductor.

Add double click on the handler, open the conducteur properties dialog 


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.60@5034 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2017-08-27 19:08:02 +00:00
parent 9b4b317d7f
commit 517c7db05e
6 changed files with 9 additions and 160 deletions

View File

@@ -78,24 +78,21 @@ class ConductorProperties
//Attributes
ConductorType type;
QColor color,
m_color_2;
QColor color;
QString text,
m_function,
m_tension_protocol,
m_formula;
int text_size,
m_dash_size = 1;
int text_size;
double cond_size,
verti_rotate_text,
horiz_rotate_text;
bool m_show_text,
m_one_text_per_folio,
m_bicolor = false;
m_one_text_per_folio;
Qt::PenStyle style;