update
This commit is contained in:
parent
fe2543ab4d
commit
4cca680029
|
@ -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){
|
||||
|
|
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue