mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-12 01:30:02 +08:00
12 lines
89 B
QML
12 lines
89 B
QML
|
import QtQuick 2.15
|
|||
|
|
|||
|
Item {
|
|||
|
|
|||
|
property bool isDot: false
|
|||
|
|
|||
|
Rectangle{
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
}
|