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/plugingui.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'plugingui/plugingui.h') diff --git a/plugingui/plugingui.h b/plugingui/plugingui.h index d78e480..1f0bf57 100644 --- a/plugingui/plugingui.h +++ b/plugingui/plugingui.h @@ -32,7 +32,7 @@ #include "globalcontext.h" #include "label.h" -#include "filelineedit.h" +#include "lineedit.h" #include "checkbox.h" #include "button.h" #include "knob.h" @@ -76,14 +76,12 @@ public: GUI::Knob *knob2; GUI::Label *lbl; - FileLineEdit *lineedit; - GUI::LED *led; + GUI::LineEdit *lineedit; + GUI::ProgressBar *progress; GUI::Label *lbl2; - FileLineEdit *lineedit2; - GUI::LED *led2; - - GUI::ProgressBar *progress; + GUI::LineEdit *lineedit2; + GUI::ProgressBar *progress2; void (*windowClosedHandler)(void *); void *windowClosedPtr; -- cgit v1.2.3