This commit is contained in:
zhuzihcu
2023-03-02 12:20:16 +08:00
parent 744102e034
commit 91be0e4da2
16 changed files with 230 additions and 22 deletions

View File

@ -1040,6 +1040,14 @@ Module {
}
Property { name: "children"; type: "QObject"; isList: true; isReadonly: true }
}
Component {
prototype: "QQuickTextArea"
name: "FluentUI/FluMultiLineTextBox 1.0"
exports: ["FluentUI/FluMultiLineTextBox 1.0"]
exportMetaObjectRevisions: [0]
isComposite: true
defaultProperty: "data"
}
Component {
prototype: "QObject"
name: "FluentUI/FluObject 1.0"
@ -1138,7 +1146,7 @@ Module {
Property { name: "pixelSize"; type: "int" }
}
Component {
prototype: "QQuickItem"
prototype: "QQuickTextField"
name: "FluentUI/FluTextBox 1.0"
exports: ["FluentUI/FluTextBox 1.0"]
exportMetaObjectRevisions: [0]