2012-01-10 23:13:40 +01:00
|
|
|
TabBar < UITabBar
|
2012-03-25 16:10:15 +02:00
|
|
|
size: 80 20
|
2012-01-13 00:47:31 +01:00
|
|
|
TabBarPanel < Panel
|
|
|
|
TabBarButton < UIButton
|
|
|
|
size: 20 20
|
2012-07-20 20:20:06 +02:00
|
|
|
image-source: /images/tabbutton_rounded.png
|
2012-01-13 00:47:31 +01:00
|
|
|
image-color: white
|
|
|
|
image-clip: 0 0 20 20
|
|
|
|
image-border: 2
|
|
|
|
icon-color: white
|
|
|
|
color: #aaaaaa
|
|
|
|
anchors.top: parent.top
|
|
|
|
padding: 5
|
|
|
|
|
|
|
|
$first:
|
|
|
|
anchors.left: parent.left
|
|
|
|
|
|
|
|
$!first:
|
|
|
|
anchors.left: prev.right
|
2012-03-25 16:10:15 +02:00
|
|
|
margin-left: 5
|
2012-01-13 00:47:31 +01:00
|
|
|
|
|
|
|
$hover !checked:
|
|
|
|
image-clip: 0 20 20 20
|
|
|
|
color: white
|
|
|
|
|
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff66
|
|
|
|
icon-color: #888888
|
|
|
|
|
|
|
|
$checked:
|
|
|
|
image-clip: 0 40 20 20
|
|
|
|
color: #80c7f8
|
|
|
|
|
|
|
|
$on !checked:
|
2012-03-18 14:34:39 +01:00
|
|
|
color: #F55E5E
|