add widget for change size of conductor text item

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2647 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-12-03 10:17:49 +00:00
parent 6424ce4819
commit 0b5e205453
7 changed files with 31 additions and 4 deletions

View File

@@ -79,6 +79,8 @@ class ConductorProperties {
QColor color;
/// Texte displayed for multiline conductors
QString text;
/// size of text
int text_size;
/// rotation angle texte
double verti_rotate_text;
double horiz_rotate_text;
@@ -96,8 +98,8 @@ class ConductorProperties {
static QString typeToString(ConductorType);
// operators
int operator==(const ConductorProperties &);
int operator!=(const ConductorProperties &);
bool operator==(const ConductorProperties &) const;
bool operator!=(const ConductorProperties &) const;
private:
void readStyle(const QString &);