summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbviewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.h')
-rw-r--r--utils/themeeditor/graphics/rbviewport.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h
index 1d65eb8d56..2aff315873 100644
--- a/utils/themeeditor/graphics/rbviewport.h
+++ b/utils/themeeditor/graphics/rbviewport.h
@@ -57,6 +57,8 @@ public:
57 void write(QString text); 57 void write(QString text);
58 void alignText(Alignment align){ textAlign = align; } 58 void alignText(Alignment align){ textAlign = align; }
59 59
60 void enableStatusBar(){ showStatusBar = true; }
61
60private: 62private:
61 63
62 void alignLeft(); 64 void alignLeft();
@@ -79,6 +81,9 @@ private:
79 QList<QGraphicsItem*> centerText; 81 QList<QGraphicsItem*> centerText;
80 QList<QGraphicsItem*> rightText; 82 QList<QGraphicsItem*> rightText;
81 Alignment textAlign; 83 Alignment textAlign;
84
85 bool showStatusBar;
86 QPixmap statusBarTexture;
82}; 87};
83 88
84#endif // RBVIEWPORT_H 89#endif // RBVIEWPORT_H