summaryrefslogtreecommitdiff
path: root/tools/editor/addon_editor_plugin.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-03-05 12:24:12 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-03-12 10:46:38 -0300
commitd85f06c42d54971af5da826581c75d1ed001475e (patch)
tree31c8bb49287566fc3f2436581da23b5cc4ace57b /tools/editor/addon_editor_plugin.h
parent6e86a0535050855d5c4e4d63002eea084f2e3ebf (diff)
-more progress to asset sharing client, but still disabled by default
Diffstat (limited to 'tools/editor/addon_editor_plugin.h')
-rw-r--r--tools/editor/addon_editor_plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/editor/addon_editor_plugin.h b/tools/editor/addon_editor_plugin.h
index 704874ff15..2a3ffb576e 100644
--- a/tools/editor/addon_editor_plugin.h
+++ b/tools/editor/addon_editor_plugin.h
@@ -10,6 +10,7 @@
#include "scene/gui/panel_container.h"
#include "scene/gui/link_button.h"
#include "scene/gui/check_box.h"
+#include "scene/gui/progress_bar.h"
#include "scene/gui/separator.h"
#include "scene/gui/grid_container.h"
@@ -103,6 +104,9 @@ class EditorAddonLibrary : public VBoxContainer {
OptionButton *sort;
CheckBox *reverse;
Button *search;
+ ProgressBar *load_status;
+ HBoxContainer *error_hb;
+ Label *error_label;
HBoxContainer *contents;