From 4b7414b3f6869f2bdeb097e4f997498bae9f0aee Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 30 Mar 2013 17:44:20 +0100 Subject: New box rendering of all widgets. Minor tweaks still missing. --- plugingui/combobox.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugingui/combobox.h') diff --git a/plugingui/combobox.h b/plugingui/combobox.h index 1c80496..ce68b2c 100644 --- a/plugingui/combobox.h +++ b/plugingui/combobox.h @@ -33,6 +33,7 @@ #include "widget.h" #include "font.h" #include "listbox.h" +#include "painter.h" namespace GUI { @@ -58,6 +59,8 @@ public: virtual void keyEvent(KeyEvent *e); private: + Painter::Box box; + GUI::Font font; GUI::ListBox *listbox; -- cgit v1.2.3