2012-03-25 16:10:15 +02:00
|
|
|
ScrollBarSlider < UIButton
|
|
|
|
id: sliderButton
|
|
|
|
anchors.centerIn: parent
|
2013-01-05 08:57:31 +01:00
|
|
|
size: 13 17
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/scrollbar
|
2012-03-25 16:10:15 +02:00
|
|
|
image-clip: 0 26 13 13
|
|
|
|
image-border: 2
|
2013-01-05 08:57:31 +01:00
|
|
|
image-color: #ffffffbb
|
2012-03-25 16:10:15 +02:00
|
|
|
$hover:
|
|
|
|
image-clip: 13 26 13 13
|
|
|
|
$pressed:
|
|
|
|
image-clip: 26 26 13 13
|
2013-01-05 08:57:31 +01:00
|
|
|
image-color: #ffffff99
|
2012-03-25 16:10:15 +02:00
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff66
|
|
|
|
|
2012-03-24 16:22:40 +01:00
|
|
|
VerticalScrollBar < UIScrollBar
|
2012-03-25 16:10:15 +02:00
|
|
|
orientation: vertical
|
2012-03-24 16:22:40 +01:00
|
|
|
width: 13
|
2012-03-25 16:10:15 +02:00
|
|
|
height: 39
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/scrollbar
|
2012-03-25 16:10:15 +02:00
|
|
|
image-clip: 39 0 13 65
|
2012-03-24 16:22:40 +01:00
|
|
|
image-border: 1
|
2012-03-28 02:33:35 +02:00
|
|
|
pixels-scroll: true
|
2012-03-24 16:22:40 +01:00
|
|
|
|
|
|
|
UIButton
|
2012-03-25 16:10:15 +02:00
|
|
|
id: decrementButton
|
2012-03-24 16:22:40 +01:00
|
|
|
anchors.top: parent.top
|
2012-03-25 16:10:15 +02:00
|
|
|
anchors.left: parent.left
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/scrollbar
|
2012-03-24 16:22:40 +01:00
|
|
|
image-clip: 0 0 13 13
|
2012-03-25 16:10:15 +02:00
|
|
|
image-color: #ffffffff
|
2012-03-24 16:22:40 +01:00
|
|
|
size: 13 13
|
2012-03-25 16:10:15 +02:00
|
|
|
$hover:
|
|
|
|
image-clip: 13 0 13 13
|
|
|
|
$pressed:
|
|
|
|
image-clip: 26 0 13 13
|
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff66
|
2012-03-24 16:22:40 +01:00
|
|
|
|
|
|
|
UIButton
|
2012-03-25 16:10:15 +02:00
|
|
|
id: incrementButton
|
2012-03-24 16:22:40 +01:00
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.right: parent.right
|
|
|
|
size: 13 13
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/scrollbar
|
2012-03-24 16:22:40 +01:00
|
|
|
image-clip: 0 13 13 13
|
2012-03-25 16:10:15 +02:00
|
|
|
image-color: #ffffffff
|
|
|
|
$hover:
|
|
|
|
image-clip: 13 13 13 13
|
|
|
|
$pressed:
|
|
|
|
image-clip: 26 13 13 13
|
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff66
|
|
|
|
|
|
|
|
ScrollBarSlider
|
|
|
|
|
|
|
|
HorizontalScrollBar < UIScrollBar
|
|
|
|
orientation: horizontal
|
|
|
|
height: 13
|
|
|
|
width: 39
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/scrollbar
|
2012-03-25 16:10:15 +02:00
|
|
|
image-clip: 0 65 52 13
|
|
|
|
image-border: 1
|
|
|
|
|
2013-01-17 12:12:17 +01:00
|
|
|
$disabled:
|
|
|
|
color: #bbbbbb88
|
|
|
|
|
2012-03-25 16:10:15 +02:00
|
|
|
UIButton
|
|
|
|
id: decrementButton
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/scrollbar
|
2012-03-25 16:10:15 +02:00
|
|
|
image-clip: 0 39 13 13
|
|
|
|
image-color: #ffffffff
|
|
|
|
size: 13 13
|
|
|
|
$hover:
|
|
|
|
image-clip: 13 39 13 13
|
|
|
|
$pressed:
|
|
|
|
image-clip: 26 39 13 13
|
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff66
|
|
|
|
|
|
|
|
UIButton
|
|
|
|
id: incrementButton
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.right: parent.right
|
|
|
|
size: 13 13
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/scrollbar
|
2012-03-25 16:10:15 +02:00
|
|
|
image-clip: 0 52 13 13
|
|
|
|
image-color: #ffffffff
|
|
|
|
$hover:
|
|
|
|
image-clip: 13 52 13 13
|
|
|
|
$pressed:
|
|
|
|
image-clip: 26 52 13 13
|
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff66
|
2012-03-24 16:22:40 +01:00
|
|
|
|
2012-03-25 16:10:15 +02:00
|
|
|
ScrollBarSlider
|