mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-12 09:40:01 +08:00
6 lines
63 B
QML
6 lines
63 B
QML
|
import QtQuick 2.15
|
|||
|
|
|||
|
QtObject {
|
|||
|
property string title
|
|||
|
}
|