aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/imagine/dependencies.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-03-10 14:39:49 +0100
committerMitch Curtis <mitch.curtis@qt.io>2017-07-31 14:01:58 +0000
commit846a908b73ed3392c3f80a5c425c9ccf3c1e6a04 (patch)
tree6dcfe7a1623e04499db860dd22a4060573d5a975 /tests/auto/controls/imagine/dependencies.qml
parentc065436755aedcb50bca7f5c1977fc8f5dc6b39f (diff)
Add Imagine style
The Imagine style is based on image assets. The style comes with a default set of images, but the images can be easily changed by providing a directory with images using a predefined naming convention. [ChangeLog][Controls] Added the Imagine style, which is based on image assets that can be provided using a predefined naming convention. Task-number: QTPM-517 Change-Id: I550d7dac9a9686d60bec15655ac92dea9f36149c Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/controls/imagine/dependencies.qml')
-rw-r--r--tests/auto/controls/imagine/dependencies.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/controls/imagine/dependencies.qml b/tests/auto/controls/imagine/dependencies.qml
new file mode 100644
index 00000000..3811fec0
--- /dev/null
+++ b/tests/auto/controls/imagine/dependencies.qml
@@ -0,0 +1,6 @@
+import QtTest 1.0
+import QtQuick 2.10
+import QtQuick.Controls 2.3
+import QtQuick.Controls.Imagine 2.3
+
+TestCase { }