mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 10:02:45 -05:00
Theme Editor: Added rendering support for some more tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27094 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8f28c0443c
commit
deab1bb2f5
4 changed files with 55 additions and 0 deletions
|
|
@ -40,6 +40,12 @@ public:
|
|||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
||||
QWidget *widget);
|
||||
|
||||
void setBGColor(QColor color){ background = color; }
|
||||
void setFGColor(QColor color){ foreground = color; }
|
||||
void makeCustomUI(){ customUI = true; }
|
||||
void clearCustomUI(){ customUI = false; }
|
||||
|
||||
|
||||
void newline();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue