FluentUI/src/controls/FluPivotItem.qml

9 lines
135 B
QML
Raw Normal View History

2023-04-04 15:09:34 +08:00
import QtQuick
import FluentUI
QtObject {
property string title
property Component contentItem
property var argument
}