aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/studio_templates/files/effect/wizard.json
blob: d922fb94a5d81bbaaa607255e6d7feeffe147853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "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": "%{JS: value('Features').indexOf('QmlDesigner.Wizards.Enterprise') >= 0}",
    "featuresRequired": [ "QmlDesigner.Wizards.Enterprise" ],

    "options": [
        { "key": "DefaultSuffix", "value": "qep" },
        { "key": "DoNotOpenFile", "value": "true" }
    ],

    "pages" :
    [
        {
            "trDisplayName": "Location",
            "trShortTitle": "Location",
            "typeId": "File"
        }
    ],
    "generators" :
    [
        {
            "typeId": "File",
            "data":
            {
                "source": "file.qep",
                "target": "%{JS: Util.fileName(value('TargetPath'), value('DefaultSuffix'))}",
                "openInEditor": false
            }
        }
    ]
}