summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/studio_templates/files/qtuiquickform/file.qml.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/studio_templates/files/qtuiquickform/file.qml.tpl')
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/files/qtuiquickform/file.qml.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/files/qtuiquickform/file.qml.tpl b/share/qtcreator/qmldesigner/studio_templates/files/qtuiquickform/file.qml.tpl
new file mode 100644
index 0000000000..7bd94416c4
--- /dev/null
+++ b/share/qtcreator/qmldesigner/studio_templates/files/qtuiquickform/file.qml.tpl
@@ -0,0 +1,5 @@
+import QtQuick 2.15
+
+%{FormClass} {
+ button.onClicked: console.log("Button Pressed")
+}