mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-04 00:55:30 +08:00
update
This commit is contained in:
@ -809,6 +809,10 @@ Module {
|
||||
prototype: "QObject"
|
||||
exports: ["FluentUI/WindowHelper 1.0"]
|
||||
exportMetaObjectRevisions: [0]
|
||||
Method {
|
||||
name: "initWindow"
|
||||
Parameter { name: "window"; type: "FramelessView"; isPointer: true }
|
||||
}
|
||||
Method {
|
||||
name: "setTitle"
|
||||
Parameter { name: "text"; type: "string" }
|
||||
@ -1044,5 +1048,6 @@ Module {
|
||||
defaultProperty: "data"
|
||||
Property { name: "isMax"; type: "bool" }
|
||||
Property { name: "title"; type: "string" }
|
||||
Property { name: "window"; type: "QVariant" }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user