cleaning comment and test
[qwp] / qml / qwp / content / Loading.qml
diff --git a/qml/qwp/content/Loading.qml b/qml/qwp/content/Loading.qml
new file mode 100644 (file)
index 0000000..13958b5
--- /dev/null
@@ -0,0 +1,9 @@
+import QtQuick 1.0
+
+Image {
+    id: loading; source: "loading.png"
+    //id: loading; source: "progress.png"
+    NumberAnimation on rotation {
+        from: 0; to: 360; running: loading.visible == true; loops: Animation.Infinite; duration: 900
+    }
+}