From d55de707c3352a468a227d69920a56ef2550a7cc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 13 Mar 2013 18:46:17 +0100 Subject: Added path lineedit and drive selection (win32) to filebrowser. Made a lot of small layout tweaks. --- plugingui/filebrowser.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugingui/filebrowser.h') diff --git a/plugingui/filebrowser.h b/plugingui/filebrowser.h index 011c9d7..7d3b3bb 100644 --- a/plugingui/filebrowser.h +++ b/plugingui/filebrowser.h @@ -31,6 +31,8 @@ #include "button.h" #include "listbox.h" +#include "combobox.h" +#include "lineedit.h" namespace GUI { @@ -55,9 +57,13 @@ public: private: struct private_data *prv; + GUI::LineEdit *lineedit; GUI::ListBox *listbox; GUI::Button *btn_sel; GUI::Button *btn_esc; + + // Only used on win32 + GUI::ComboBox *drv; }; }; -- cgit v1.2.3