2014-07-15 23:19:08 +02:00
|
|
|
PageButton < Button
|
|
|
|
size: 30 18
|
|
|
|
margin: 1
|
|
|
|
|
|
|
|
|
2012-04-03 01:09:47 +02:00
|
|
|
ContainerWindow < MiniWindow
|
|
|
|
height: 150
|
2012-01-13 01:31:39 +01:00
|
|
|
|
2012-04-03 01:09:47 +02:00
|
|
|
UIItem
|
|
|
|
id: containerItemWidget
|
|
|
|
virtual: true
|
2012-06-03 22:05:35 +02:00
|
|
|
size: 16 16
|
2012-04-03 01:09:47 +02:00
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
2012-06-03 22:05:35 +02:00
|
|
|
margin-top: 4
|
|
|
|
margin-left: 4
|
2012-01-13 01:31:39 +01:00
|
|
|
|
2012-04-03 01:09:47 +02:00
|
|
|
UIButton
|
|
|
|
id: upButton
|
|
|
|
anchors.top: minimizeButton.top
|
|
|
|
anchors.right: minimizeButton.left
|
|
|
|
margin-right: 3
|
|
|
|
size: 14 14
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/miniwindow_buttons
|
2012-04-03 01:09:47 +02:00
|
|
|
image-clip: 42 0 14 14
|
2012-01-13 01:31:39 +01:00
|
|
|
|
2012-04-03 01:09:47 +02:00
|
|
|
$hover:
|
|
|
|
image-clip: 42 14 14 14
|
|
|
|
|
|
|
|
$pressed:
|
|
|
|
image-clip: 42 28 14 14
|
|
|
|
|
2014-07-15 23:19:08 +02:00
|
|
|
Panel
|
|
|
|
id: pagePanel
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.top: miniwindowTopBar.bottom
|
|
|
|
height: 20
|
|
|
|
margin: 2 3 0 3
|
|
|
|
background: #00000066
|
|
|
|
visible: false
|
|
|
|
|
|
|
|
Label
|
|
|
|
id: pageLabel
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
|
margin-top: 2
|
|
|
|
text-auto-resize: true
|
|
|
|
|
|
|
|
PageButton
|
|
|
|
id: prevPageButton
|
|
|
|
text: <
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
|
|
|
|
PageButton
|
|
|
|
id: nextPageButton
|
|
|
|
text: >
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.right: parent.right
|
|
|
|
|
2012-04-03 01:09:47 +02:00
|
|
|
MiniWindowContents
|
2012-04-30 18:40:12 +02:00
|
|
|
padding-right: 0
|
2012-04-03 01:09:47 +02:00
|
|
|
layout:
|
|
|
|
type: grid
|
2012-07-13 01:40:55 +02:00
|
|
|
cell-size: 34 34
|
2012-04-03 01:09:47 +02:00
|
|
|
flow: true
|