From c1d88b95f97a18443c60d62626e86b619cd84f34 Mon Sep 17 00:00:00 2001 From: Jens Bache-Wiig Date: Mon, 19 Aug 2013 17:26:29 +0200 Subject: BusyIndicator A basic BusyIndicator to indicate activity while blocking the UI. Change-Id: Iec88b6a4c7f23b630ebdf445c4cb288684c24cb7 Reviewed-by: J-P Nurmi --- src/controls/plugin.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/controls/plugin.cpp') diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp index b98e79080..6e0e1b045 100644 --- a/src/controls/plugin.cpp +++ b/src/controls/plugin.cpp @@ -91,7 +91,9 @@ static const struct { { "TextArea", 1, 0 }, { "TextField", 1, 0 }, { "ToolBar", 1, 0 }, - { "ToolButton", 1, 0 } + { "ToolButton", 1, 0 }, + + { "BusyIndicator", 1, 1 } }; void QtQuickControlsPlugin::registerTypes(const char *uri) -- cgit v1.2.3