2013-01-21 22:36:53 +01:00
|
|
|
MoveableTabBar < UIMoveableTabBar
|
2014-07-02 18:20:02 +02:00
|
|
|
size: 80 21
|
2013-01-21 22:36:53 +01:00
|
|
|
MoveableTabBarPanel < Panel
|
|
|
|
MoveableTabBarButton < UIButton
|
2014-07-02 18:20:02 +02:00
|
|
|
size: 20 21
|
2013-01-21 22:36:53 +01:00
|
|
|
image-source: /images/ui/tabbutton_square
|
2014-07-02 18:20:02 +02:00
|
|
|
image-color: #dfdfdf
|
|
|
|
image-clip: 0 0 20 21
|
2013-01-21 22:36:53 +01:00
|
|
|
image-border: 3
|
2014-07-02 18:20:02 +02:00
|
|
|
image-border-bottom: 0
|
|
|
|
icon-color: #dfdfdf
|
|
|
|
color: #dfdfdf
|
2013-01-21 22:36:53 +01:00
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
padding: 5
|
|
|
|
|
|
|
|
$hover !checked:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-clip: 0 21 20 21
|
|
|
|
color: #dfdfdf
|
2013-01-21 22:36:53 +01:00
|
|
|
|
|
|
|
$disabled:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-color: #dfdfdf88
|
|
|
|
icon-color: #dfdfdf
|
2013-01-21 22:36:53 +01:00
|
|
|
|
|
|
|
$checked:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-clip: 0 42 20 21
|
|
|
|
color: #dfdfdf
|
2013-01-21 22:36:53 +01:00
|
|
|
|
|
|
|
$on !checked:
|
2015-01-30 19:56:56 +01:00
|
|
|
color: #de6f6f
|
2013-01-21 22:36:53 +01:00
|
|
|
|
2013-01-18 23:39:11 +01:00
|
|
|
TabBar < UITabBar
|
2014-07-02 18:20:02 +02:00
|
|
|
size: 80 21
|
2013-01-21 22:36:53 +01:00
|
|
|
Panel
|
|
|
|
id: buttonsPanel
|
|
|
|
anchors.fill: parent
|
2013-01-18 23:39:11 +01:00
|
|
|
TabBarPanel < Panel
|
|
|
|
TabBarButton < UIButton
|
2015-01-20 14:34:45 +01:00
|
|
|
size: 20 21
|
|
|
|
image-source: /images/ui/tabbutton_square
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/tabbutton_square
|
2014-07-02 18:20:02 +02:00
|
|
|
image-color: #dfdfdf
|
2015-01-20 14:34:45 +01:00
|
|
|
image-clip: 0 0 20 21
|
2013-01-21 22:36:53 +01:00
|
|
|
image-border: 3
|
2014-07-02 18:20:02 +02:00
|
|
|
image-border-bottom: 0
|
|
|
|
icon-color: #dfdfdf
|
|
|
|
color: #dfdfdf
|
2013-01-18 23:39:11 +01:00
|
|
|
anchors.top: parent.top
|
|
|
|
padding: 5
|
|
|
|
|
2013-01-21 22:36:53 +01:00
|
|
|
$first:
|
|
|
|
anchors.left: parent.left
|
|
|
|
|
|
|
|
$!first:
|
|
|
|
anchors.left: prev.right
|
|
|
|
margin-left: 5
|
|
|
|
|
2013-01-18 23:39:11 +01:00
|
|
|
$hover !checked:
|
2015-01-20 14:34:45 +01:00
|
|
|
image-clip: 0 21 20 21
|
2014-07-02 18:20:02 +02:00
|
|
|
color: #dfdfdf
|
2013-01-18 23:39:11 +01:00
|
|
|
|
|
|
|
$disabled:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-color: #dfdfdf88
|
|
|
|
icon-color: #dfdfdf
|
2013-01-18 23:39:11 +01:00
|
|
|
|
|
|
|
$checked:
|
2015-01-20 14:34:45 +01:00
|
|
|
image-clip: 0 42 20 21
|
2014-07-02 18:20:02 +02:00
|
|
|
color: #dfdfdf
|
2013-01-18 23:39:11 +01:00
|
|
|
|
|
|
|
$on !checked:
|
2014-07-02 18:20:02 +02:00
|
|
|
color: #dfdfdf
|
2013-01-18 23:39:11 +01:00
|
|
|
|
|
|
|
TabBarRounded < TabBar
|
|
|
|
TabBarRoundedPanel < TabBarPanel
|
|
|
|
TabBarRoundedButton < TabBarButton
|
|
|
|
image-source: /images/ui/tabbutton_rounded
|
2015-01-20 14:34:45 +01:00
|
|
|
size: 22 23
|
|
|
|
image-clip: 0 0 22 23
|
|
|
|
|
|
|
|
$hover !checked:
|
|
|
|
image-clip: 0 23 22 23
|
|
|
|
|
|
|
|
$checked:
|
|
|
|
image-clip: 0 46 22 23
|
2013-01-18 23:39:11 +01:00
|
|
|
|
|
|
|
TabBarVertical < UITabBar
|
|
|
|
width: 96
|
|
|
|
ScrollableFlatPanel
|
|
|
|
id: buttonsPanel
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: scrollBar.left
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
vertical-scrollbar: scrollBar
|
|
|
|
VerticalScrollBar
|
|
|
|
id: scrollBar
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.right: parent.right
|
|
|
|
step: 16
|
|
|
|
pixels-scroll: true
|
|
|
|
$!on:
|
|
|
|
width: 0
|
|
|
|
TabBarVerticalPanel < Panel
|
|
|
|
TabBarVerticalButton < UIButton
|
|
|
|
size: 48 48
|
|
|
|
color: #aaaaaa
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
text-align: bottom
|
|
|
|
icon-align: top
|
|
|
|
icon-offset-y: 2
|
|
|
|
icon-color: #888888
|
|
|
|
$first:
|
|
|
|
anchors.top: parent.top
|
|
|
|
$!first:
|
|
|
|
anchors.top: prev.bottom
|
2013-02-01 15:38:17 +01:00
|
|
|
margin-top: 10
|
2013-01-18 23:39:11 +01:00
|
|
|
$hover !checked:
|
|
|
|
color: white
|
2014-07-02 18:20:02 +02:00
|
|
|
icon-color: #dfdfdf
|
2013-01-18 23:39:11 +01:00
|
|
|
$disabled:
|
|
|
|
icon-color: #333333
|
|
|
|
$checked:
|
|
|
|
icon-color: #ffffff
|
|
|
|
color: #80c7f8
|
|
|
|
$on !checked:
|
|
|
|
color: #F55E5E
|