2011-08-14 04:09:11 +02:00
|
|
|
Window < UIWindow
|
2011-11-01 03:35:50 +01:00
|
|
|
font: verdana-11px-antialised
|
2011-08-14 19:45:25 +02:00
|
|
|
size: 200 200
|
2012-01-10 23:13:40 +01:00
|
|
|
opacity: 1
|
2011-11-16 22:00:40 +01:00
|
|
|
color: white
|
2011-11-17 22:41:02 +01:00
|
|
|
head-height: 20
|
|
|
|
head-text-align: center
|
|
|
|
move-policy: free
|
2011-11-11 21:26:10 +01:00
|
|
|
stackable: true
|
2012-01-10 23:13:40 +01:00
|
|
|
image-source: /core_styles/images/window.png
|
|
|
|
image-border: 4
|
|
|
|
image-border-top: 20
|
2011-08-14 04:09:11 +02:00
|
|
|
|
2011-11-16 00:47:32 +01:00
|
|
|
$pressed:
|
2012-01-10 23:13:40 +01:00
|
|
|
opacity: 0.75
|
2011-08-26 17:06:52 +02:00
|
|
|
|
2011-11-16 22:00:40 +01:00
|
|
|
$disabled:
|
|
|
|
color: #aaaaaa88
|
|
|
|
|
2011-11-03 13:17:10 +01:00
|
|
|
MiniWindow < UIWindow
|
|
|
|
font: verdana-11px-antialised
|
|
|
|
size: 192 200
|
2011-11-17 22:41:02 +01:00
|
|
|
head-height: 25
|
|
|
|
head-text-align: center
|
|
|
|
margin-top: 10
|
|
|
|
margin-left: 6
|
|
|
|
margin-right: 6
|
|
|
|
move-policy: free updated
|
2012-01-10 23:13:40 +01:00
|
|
|
image-source: /core_styles/images/mini_window.png
|
|
|
|
image-border: 4
|
|
|
|
image-border-top: 25
|
2011-11-03 13:17:10 +01:00
|
|
|
|
2011-08-14 04:09:11 +02:00
|
|
|
MainWindow < Window
|
2011-11-10 06:29:25 +01:00
|
|
|
anchors.centerIn: parent
|