This commit is contained in:
朱子楚\zhuzi 2024-05-05 22:05:18 +08:00
parent fe2543ab4d
commit 4cca680029
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Rectangle {
property color selectedBorderColor: FluTheme.primaryColor
property color selectedColor: FluTools.withOpacity(FluTheme.primaryColor,0.3)
readonly property alias current: d.current
property alias view: table_view
id:control
color: {
if(Window.active){

View File

@ -17,6 +17,7 @@ Rectangle {
property color selectedBorderColor: FluTheme.primaryColor
property color selectedColor: FluTools.withOpacity(FluTheme.primaryColor,0.3)
readonly property alias current: d.current
property alias view: table_view
id:control
color: {
if(Window.active){