mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-04 17:15:29 +08:00
update
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user