mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user