feature: added ui for DefaultVPN
This commit is contained in:
parent
d06924c59d
commit
2cfdc1df64
25 changed files with 1444 additions and 4 deletions
36
client/ui/qml/DefaultVpn/Components/BlueButtonNoBorder.qml
Normal file
36
client/ui/qml/DefaultVpn/Components/BlueButtonNoBorder.qml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import Qt5Compat.GraphicalEffects
|
||||
|
||||
import Config 1.0
|
||||
|
||||
import "../Controls/TextTypes"
|
||||
import "../Controls"
|
||||
|
||||
ButtonType {
|
||||
defaultBackgroundColor: Style.color.accent1
|
||||
defaultBorderColor: Style.color.gray3
|
||||
defaultTextColor: Style.color.white
|
||||
defaultImageColor: Style.color.white
|
||||
|
||||
hoveredBackgroundColor: Style.color.accent2
|
||||
hoveredBorderColor: Style.color.gray3
|
||||
hoveredTextColor: Style.color.white
|
||||
hoveredImageColor: Style.color.white
|
||||
|
||||
pressedBackgroundColor: Style.color.accent3
|
||||
pressedBorderColor: Style.color.gray3
|
||||
pressedTextColor: Style.color.white
|
||||
pressedImageColor: Style.color.white
|
||||
|
||||
disabledBackgroundColor: Style.color.gray6
|
||||
disabledBorderColor: Style.color.gray3
|
||||
disabledTextColor: Style.color.gray2
|
||||
disabledImageColor: Style.color.gray2
|
||||
|
||||
defaultBorderWidth: 0
|
||||
disabledBorderWidth: 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue