Add bicolor conductor

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4999 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2017-08-01 19:09:31 +00:00
parent 5d4fcfa932
commit b9013a8914
6 changed files with 229 additions and 52 deletions

View File

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