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/lineedit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugingui/lineedit.h') diff --git a/plugingui/lineedit.h b/plugingui/lineedit.h index fa327ca..a159d75 100644 --- a/plugingui/lineedit.h +++ b/plugingui/lineedit.h @@ -32,6 +32,7 @@ #include "widget.h" #include "font.h" +#include "painter.h" namespace GUI { @@ -56,6 +57,8 @@ protected: virtual void textChanged() {} private: + Painter::Box box; + Font font; std::string _text; -- cgit v1.2.3