This commit is contained in:
朱子楚\zhuzi
2023-04-05 16:37:27 +08:00
parent 93186edfbe
commit e7cea72825
15 changed files with 19 additions and 20 deletions

View File

@ -3,7 +3,7 @@ import QtQuick.Controls
import QtQuick.Window
import FluentUI
Button {
FluControl {
property bool disabled: false
property color normalColor: FluTheme.dark ? Qt.rgba(62/255,62/255,62/255,1) : Qt.rgba(254/255,254/255,254/255,1)