mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 19:20:59 +08:00
9 lines
135 B
QML
9 lines
135 B
QML
import QtQuick
|
|
import FluentUI
|
|
|
|
QtObject {
|
|
property string title
|
|
property Component contentItem
|
|
property var argument
|
|
}
|