aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes/main.qml
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-05-24 17:26:51 +0200
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-05-31 12:42:06 +0000
commit8cd4c288b5ab291a5415c6ecb0347f15e2adb5b2 (patch)
tree48465c8b2d6e07d1f8fe2f77fbc8d970a46f8316 /tests/manual/nodetypes/main.qml
parentc6ab7f8dcf3917a31eab3aa5e6db9bc9a157f6f6 (diff)
D3D12 manual test: add an async, uncached image loading test
Change-Id: I8901a67d9e2b3343ba3f57775f1849400f6cdf18 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'tests/manual/nodetypes/main.qml')
-rw-r--r--tests/manual/nodetypes/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/nodetypes/main.qml b/tests/manual/nodetypes/main.qml
index 2ec2d37f14..a9fe09972c 100644
--- a/tests/manual/nodetypes/main.qml
+++ b/tests/manual/nodetypes/main.qml
@@ -59,6 +59,8 @@ Item {
if (event.key === Qt.Key_I)
loader.source = "qrc:/Images.qml";
+ if (event.key === Qt.Key_5)
+ loader.source = "qrc:/LotsOfImages.qml";
if (event.key === Qt.Key_T)
loader.source = "qrc:/Text.qml";