mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-04-19 09:01:09 +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
|
|
}
|