summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2022-11-09 11:28:42 +0100
committerTim Jenssen <tim.jenssen@qt.io>2022-11-09 11:45:25 +0100
commit63d3a6bd3d3ffb550eccac8e20a75bc3cdc00a4d (patch)
tree6d8623374da1faced1cc4616369b9c25db399d33 /share/qtcreator/templates/wizards
parent06838e3e5e41f1f090fdd016c736bb91241cd5b3 (diff)
parent85fde5932a136164673af2adc6213b8c6232f6a9 (diff)
downloadqt-creator-63d3a6bd3d3ffb550eccac8e20a75bc3cdc00a4d.tar.gz
Merge remote-tracking branch 'origin/8.0' into 9.0
Conflicts: src/plugins/qmldesigner/components/assetslibrary/assetslibrarywidget.cpp src/plugins/qmldesigner/components/componentcore/modelnodeoperations.cpp src/plugins/qmldesigner/qmldesignerplugin.cpp Change-Id: I24216ae3f83cdde3493b4a6274e24a72f75820fc
Diffstat (limited to 'share/qtcreator/templates/wizards')
-rw-r--r--share/qtcreator/templates/wizards/files/effect/file.qep0
-rw-r--r--share/qtcreator/templates/wizards/files/effect/wizard.json40
2 files changed, 0 insertions, 40 deletions
diff --git a/share/qtcreator/templates/wizards/files/effect/file.qep b/share/qtcreator/templates/wizards/files/effect/file.qep
deleted file mode 100644
index e69de29bb2..0000000000
--- a/share/qtcreator/templates/wizards/files/effect/file.qep
+++ /dev/null
diff --git a/share/qtcreator/templates/wizards/files/effect/wizard.json b/share/qtcreator/templates/wizards/files/effect/wizard.json
deleted file mode 100644
index d966f097ed..0000000000
--- a/share/qtcreator/templates/wizards/files/effect/wizard.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "version": 1,
- "supportedProjectTypes": [ ],
- "id": "J.QEP",
- "category": "U.QEP",
- "trDescription": "Creates an Effect Maker file.",
- "trDisplayName": "Effect File (Effect Maker)",
- "trDisplayCategory": "Effects",
- "iconText": "qep",
- "platformIndependent": true,
- "enabled": true,
-
- "options": { "key": "DefaultSuffix", "value": "qep" },
-
- "pages" :
- [
- {
- "trDisplayName": "Location",
- "trShortTitle": "Location",
- "typeId": "File"
- },
- {
- "trDisplayName": "Project Management",
- "trShortTitle": "Summary",
- "typeId": "Summary"
- }
- ],
- "generators" :
- [
- {
- "typeId": "File",
- "data":
- {
- "source": "file.qep",
- "target": "%{JS: Util.fileName(value('TargetPath'), value('DefaultSuffix'))}",
- "openInEditor": false
- }
- }
- ]
-}