2011-05-21 20:40:06 +02:00
|
|
|
window#infoWindow
|
2011-04-12 07:51:09 +02:00
|
|
|
title: Info
|
|
|
|
size: [244, 221]
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
|
anchors.verticalCenter: parent.verticalCenter
|
2011-05-02 06:13:57 +02:00
|
|
|
onLoad: self.locked = true
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-05-21 20:40:06 +02:00
|
|
|
panel#infoPanel
|
2011-04-12 07:51:09 +02:00
|
|
|
skin: flatPanel
|
|
|
|
size: [208, 129]
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.top: 32
|
2011-04-17 02:36:58 +02:00
|
|
|
margin.left: 18
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-05-21 20:40:06 +02:00
|
|
|
label#infoLabel
|
2011-04-12 07:51:09 +02:00
|
|
|
align: center
|
2011-04-17 02:36:58 +02:00
|
|
|
text: |-
|
2011-05-21 20:40:06 +02:00
|
|
|
OTClient
|
|
|
|
Version 0.2.0
|
|
|
|
Created by edubart
|
2011-04-23 22:04:49 +02:00
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
2011-04-17 02:36:58 +02:00
|
|
|
anchors.top: parent.top
|
2011-04-23 22:04:49 +02:00
|
|
|
margin.top: 20
|
2011-05-21 20:40:06 +02:00
|
|
|
|
|
|
|
lineDecoration#bottomSeparator
|
|
|
|
size: [190, 2]
|
2011-04-12 07:51:09 +02:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.top: 83
|
|
|
|
margin.left: 9
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-05-21 20:40:06 +02:00
|
|
|
label#websiteLabel
|
2011-04-12 07:51:09 +02:00
|
|
|
text: Official Website
|
|
|
|
anchors.left: parent.left
|
2011-04-17 02:36:58 +02:00
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.bottom: 14
|
|
|
|
margin.left: 9
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-05-21 20:40:06 +02:00
|
|
|
button#websiteButton
|
2011-04-17 02:36:58 +02:00
|
|
|
text: Github Page
|
2011-05-13 01:24:57 +02:00
|
|
|
size: [80,22]
|
2011-04-17 02:36:58 +02:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.bottom: 9
|
|
|
|
margin.right: 9
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-05-21 20:40:06 +02:00
|
|
|
lineDecoration#bottomSeparator
|
2011-04-12 07:51:09 +02:00
|
|
|
anchors.left: parent.left
|
2011-04-17 23:15:24 +02:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.bottom: 40
|
2011-04-12 07:51:09 +02:00
|
|
|
margin.left: 13
|
2011-04-17 23:15:24 +02:00
|
|
|
margin.right: 13
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-05-21 20:40:06 +02:00
|
|
|
button#okButton
|
2011-04-12 07:51:09 +02:00
|
|
|
text: Ok
|
|
|
|
size: [43, 20]
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.top: 191
|
2011-04-23 05:28:23 +02:00
|
|
|
margin.left: 188
|
2011-05-02 06:13:57 +02:00
|
|
|
onClick: self.parent:destroy()
|