aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/compat/Extras/designer/QtQuickUltraliteExtras.metainfo
blob: 755a3bdd117b6dcf59482da90dcc34b45f026404 (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
MetaInfo {
    Type {
        name: "QtQuickUltralite.Extras.ColorizedImage"
        icon: "images/image-icon.png"

        ItemLibraryEntry {
            name: "Colorized Image"
            category: "QtQuickUltralite - Extras"
            libraryIcon: "images/image-icon@2x.png"
            version: "1.0"
            requiredImport: "QtQuickUltralite.Extras"

            Property { name: "width"; type: "int"; value: 100; }
            Property { name: "height"; type: "int"; value: 100; }
            Property { name: "source"; type: "QUrl"; value:"qrc:/qtquickplugin/images/template_image.png"; }

            toolTip: qsTr("Displays a colorized image.")
        }
    }
    Type {
        name: "QtQuickUltralite.Extras.StaticText"
        icon: "images/text-icon.png"

        ItemLibraryEntry {
            name: "Static Text"
            category: "QtQuickUltralite - Extras"
            libraryIcon: "images/text-icon@2x.png"
            version: "1.0"
            requiredImport: "QtQuickUltralite.Extras"

            Property { name: "font.pixelSize"; type: "int"; value: 12; }
            Property { name: "text"; type: "binding"; value: "qsTr(\"Static Text\")"; }

            toolTip: qsTr("Enables optimized drawing of text.")
        }
    }
}