power menu!!!
This commit is contained in:
parent
7a1bed7d89
commit
8504f8ddd2
5 changed files with 145 additions and 1 deletions
|
|
@ -2,6 +2,12 @@ import qs.config
|
|||
import QtQuick
|
||||
|
||||
Text {
|
||||
color: Theme.palette.basecontent
|
||||
font.family: Theme.fontFamily
|
||||
color: Theme.palette.basecontent
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue