aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tests/unittests/projectstorage/data/qml/QtQuick3D/AssetUtils/designer/assetutils.metainfo
blob: 47abeea7a36c061b6cb1ac3f64e7c92d7406c8ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
MetaInfo {
    Type {
        name: "QtQuick3D.AssetUtils.RuntimeLoader"
        icon: "images/runtimeloader16.png"

        Hints {
            visibleInNavigator: true
            canBeDroppedInNavigator: true
            canBeDroppedInFormEditor: false
            canBeDroppedInView3D: true
        }

        ItemLibraryEntry {
            name: "Runtime Loader"
            category: "AssetUtils"
            libraryIcon: "images/runtimeloader.png"
            version: "6.2"
            requiredImport: "QtQuick3D.AssetUtils"
        }
    }
}