aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/compat/Profiling/designer/QtQuickUltraliteProfiling.metainfo
blob: 25b3f0148a5be0962171cec49f139b2b6bef4201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MetaInfo {
    Type {
        name: "QtQuickUltralite.Profiling.QulPerfOverlay"
        icon: "images/levels-icon.png"

        ItemLibraryEntry {
            name: "QulPerf Overlay"
            category: "QtQuickUltralite - Profiling"
            libraryIcon: "images/levels-icon@2x.png"
            version: "1.0"
            requiredImport: "QtQuickUltralite.Profiling"

            Property { name: "width"; type: "int"; value: 100; }
            Property { name: "height"; type: "int"; value: 100; }

            toolTip: qsTr("Logs and displays Qul application performance metrics.")
        }
    }
}