mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 19:20:59 +08:00
update
This commit is contained in:
parent
3291b3a882
commit
3049be128f
@ -48,7 +48,7 @@ Item {
|
|||||||
rightMargin: 15
|
rightMargin: 15
|
||||||
}
|
}
|
||||||
color:{
|
color:{
|
||||||
if(root_mouse.containsMouse){
|
if(root_mouse.containsMouse || hovered){
|
||||||
return FluTheme.dark ? Qt.rgba(73/255,73/255,73/255,1) : Qt.rgba(245/255,245/255,245/255,1)
|
return FluTheme.dark ? Qt.rgba(73/255,73/255,73/255,1) : Qt.rgba(245/255,245/255,245/255,1)
|
||||||
}
|
}
|
||||||
return FluTheme.dark ? Qt.rgba(0,0,0,0) : Qt.rgba(0,0,0,0)
|
return FluTheme.dark ? Qt.rgba(0,0,0,0) : Qt.rgba(0,0,0,0)
|
||||||
|
@ -28,7 +28,7 @@ Item{
|
|||||||
visible: opacity
|
visible: opacity
|
||||||
opacity: statusMode === FluStatusView.Loading
|
opacity: statusMode === FluStatusView.Loading
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
NumberAnimation { duration: 150 }
|
NumberAnimation { duration: 83 }
|
||||||
}
|
}
|
||||||
ColumnLayout{
|
ColumnLayout{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
@ -51,7 +51,7 @@ Item{
|
|||||||
visible: opacity
|
visible: opacity
|
||||||
opacity: statusMode === FluStatusView.Empty
|
opacity: statusMode === FluStatusView.Empty
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
NumberAnimation { duration: 150 }
|
NumberAnimation { duration: 83 }
|
||||||
}
|
}
|
||||||
ColumnLayout{
|
ColumnLayout{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
@ -71,7 +71,7 @@ Item{
|
|||||||
visible: opacity
|
visible: opacity
|
||||||
opacity: statusMode === FluStatusView.Error
|
opacity: statusMode === FluStatusView.Error
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
NumberAnimation { duration: 150 }
|
NumberAnimation { duration: 83 }
|
||||||
}
|
}
|
||||||
ColumnLayout{
|
ColumnLayout{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
Loading…
Reference in New Issue
Block a user