FluentUI/src/controls/FluDivider.qml

9 lines
158 B
QML
Raw Normal View History

2023-02-28 18:29:00 +08:00
import QtQuick 2.15
import FluentUI 1.0
Rectangle {
2023-03-06 14:22:13 +08:00
color: FluTheme.isDark ? Qt.rgba(45/255,45/255,45/255,1) : Qt.rgba(238/255,238/255,238/255,1)
2023-02-28 18:29:00 +08:00
}