summaryrefslogtreecommitdiffstats
path: root/src/controls/plugin.cpp
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-08-19 17:26:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-09 20:05:03 +0200
commitc1d88b95f97a18443c60d62626e86b619cd84f34 (patch)
treed2eece6efeb388c2e9307e9298e4bc26f13a144a /src/controls/plugin.cpp
parent66d9c281af9407d920f9cad7020f8314c9945a10 (diff)
BusyIndicator
A basic BusyIndicator to indicate activity while blocking the UI. Change-Id: Iec88b6a4c7f23b630ebdf445c4cb288684c24cb7 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/plugin.cpp')
-rw-r--r--src/controls/plugin.cpp4
1 files changed, 3 insertions, 1 deletions
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)