summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/scriptengine/data/userinterface.qs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/scriptengine/data/userinterface.qs')
-rw-r--r--tests/auto/installer/scriptengine/data/userinterface.qs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/installer/scriptengine/data/userinterface.qs b/tests/auto/installer/scriptengine/data/userinterface.qs
new file mode 100644
index 000000000..8aed71630
--- /dev/null
+++ b/tests/auto/installer/scriptengine/data/userinterface.qs
@@ -0,0 +1,5 @@
+function Component()
+{
+ // check that the .ui file has been properly loaded
+ console.log("checked: " + component.userInterface("form").checkBox.checked);
+}