FluentUI/src/controls/FluDivider.qml

9 lines
149 B
QML
Raw Normal View History

2023-03-24 20:44:38 +08:00
import QtQuick
import FluentUI
2023-02-28 18:29:00 +08:00
Rectangle {
2023-03-11 20:33:29 +08:00
color: FluTheme.isDark ? Qt.rgba(45/255,45/255,45/255,1) : Qt.rgba(226/255,230/255,234/255,1)
2023-02-28 18:29:00 +08:00
}