aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/compat/Components/designer/QtQuickUltraliteStudioComponents.metainfo
blob: 634f14e0dc81ff51aecfa15d5623e0a640d9dfa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
MetaInfo {
    Type {
        name: "QtQuickUltralite.Studio.Components.ArcItem"
        icon: "images/item-arc-16px.png"

        ItemLibraryEntry {
            name: "ArcItem"
            category: "QtQuickUltralite - Components"
            libraryIcon: "images/item-arc-24px.png"
            version: "1.0"
            requiredImport: "QtQuickUltralite.Studio.Components"
            Property { name: "width"; type: "int"; value: 100; }
            Property { name: "height"; type: "int"; value: 100; }
            Property { name: "fillColor"; type: "QColor"; value: "transparent"; }
            toolTip: qsTr("An arc that begins and ends at given positions.")
        }
    }
}