FluentUI/src/controls/FluPaneItemHeader.qml
2023-03-10 18:08:32 +08:00

6 lines
63 B
QML

import QtQuick 2.15
QtObject {
property string title
}