Files
qt-creator/share/qtcreator/qmldesigner/itemLibrary/qml.metainfo
Marco Bubke e262ec1ebb QmlDesigner: Integrate item library entries from project storage
Task-number: QDS-12102
Change-Id: Id6fbfcfb44d3b8c290f5e5d74addf33ef4d9a5e5
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
2024-04-22 15:34:53 +00:00

54 lines
1.4 KiB
Plaintext

MetaInfo {
Type {
name: "QML.Component"
icon: "images/component-icon16.png"
Hints {
canBeDroppedInNavigator: true
canBeDroppedInFormEditor: false
}
ItemLibraryEntry {
name: "Component"
category: "e.Qt Quick - Instancers"
libraryIcon: "images/component-icon.png"
version: "1.0"
QmlSource { source: "source/component.qml" }
toolTip: qsTr("Allows you to define components inline, within a QML document.")
}
ItemLibraryEntry {
name: "Component 3D"
category: "Instancers"
libraryIcon: "images/component-icon.png"
version: "1.0"
requiredImport: "QtQuick3D"
QmlSource { source: "source/component3d.qml" }
toolTip: qsTr("Allows you to define 3D components inline, within a QML document.")
}
}
Type {
name: "QtQml.Base.Timer"
icon: "images/timer-16px.png"
Hints {
visibleInNavigator: true
canBeDroppedInNavigator: true
canBeDroppedInFormEditor: false
canBeContainer: false
}
ItemLibraryEntry {
name: "Timer"
category: "d.Qt Quick - Animation"
libraryIcon: "images/timer-24px.png"
version: "2.0"
toolTip: qsTr(" Triggers an action at a given time.")
}
}
}