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
|
|
|
|
|
|
|
|
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
|