Elements static texts can now be either black or white.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1616 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-03-31 22:48:40 +00:00
parent 457458e6d9
commit 8f07be7312
5 changed files with 51 additions and 5 deletions

View File

@@ -40,6 +40,8 @@ class TextEditor : public ElementItemEditor {
PartText *part;
QLineEdit *qle_x, *qle_y, *qle_text;
QSpinBox *font_size;
QButtonGroup *color_;
QRadioButton *black_color_, *white_color_;
QTextOrientationSpinBoxWidget *rotation_angle_;
// methodes
@@ -53,6 +55,7 @@ class TextEditor : public ElementItemEditor {
void updateTextY();
void updateTextT();
void updateTextS();
void updateTextC();
void updateTextRotationAngle();
void updateForm();