FluentUI/src/controls/FluBadge.qml

12 lines
89 B
QML
Raw Normal View History

2023-03-20 18:22:32 +08:00
import QtQuick 2.15
Item {
property bool isDot: false
Rectangle{
}
}