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.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h
index 624a9686da..81841d5cfa 100644
--- a/utils/themeeditor/graphics/rbviewport.h
+++ b/utils/themeeditor/graphics/rbviewport.h
@@ -84,13 +84,17 @@ private:
84 84
85 RBScreen* screen; 85 RBScreen* screen;
86 86
87 QList<QGraphicsItem*> leftText; 87 QString leftText;
88 QList<QGraphicsItem*> centerText; 88 QString centerText;
89 QList<QGraphicsItem*> rightText; 89 QString rightText;
90 Alignment textAlign; 90 Alignment textAlign;
91 91
92 bool showStatusBar; 92 bool showStatusBar;
93 QPixmap statusBarTexture; 93 QPixmap statusBarTexture;
94
95 RBText* leftGraphic;
96 RBText* centerGraphic;
97 RBText* rightGraphic;
94}; 98};
95 99
96#endif // RBVIEWPORT_H 100#endif // RBVIEWPORT_H