2011-11-03 10:59:11 +01:00
|
|
|
MainWindow
|
|
|
|
id: about
|
2012-01-11 00:13:38 +01:00
|
|
|
text: Info
|
2011-11-03 10:59:11 +01:00
|
|
|
size: 244 221
|
|
|
|
|
|
|
|
FlatPanel
|
|
|
|
size: 208 129
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
|
|
|
|
Label
|
2011-11-17 22:41:02 +01:00
|
|
|
text-align: center
|
2011-11-03 10:59:11 +01:00
|
|
|
text: |-
|
|
|
|
OTClient
|
|
|
|
Version 0.2.0
|
|
|
|
Created by edubart
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
|
anchors.top: parent.top
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-top: 20
|
2011-11-03 10:59:11 +01:00
|
|
|
|
|
|
|
HorizontalSeparator
|
|
|
|
size: 190 2
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-top: 83
|
|
|
|
margin-left: 9
|
2011-11-03 10:59:11 +01:00
|
|
|
|
|
|
|
Label
|
|
|
|
text: Official Website
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.bottom: parent.bottom
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-bottom: 14
|
|
|
|
margin-left: 9
|
2011-11-03 10:59:11 +01:00
|
|
|
|
|
|
|
Button
|
|
|
|
text: Github Page
|
|
|
|
size: 88 24
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-bottom: 9
|
|
|
|
margin-right: 9
|
2011-11-16 00:47:32 +01:00
|
|
|
@onClick: About.openWebpage()
|
2011-11-03 10:59:11 +01:00
|
|
|
|
|
|
|
HorizontalSeparator
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
2012-01-11 13:06:50 +01:00
|
|
|
anchors.top: prev.bottom
|
|
|
|
margin-top: 12
|
2011-11-03 10:59:11 +01:00
|
|
|
|
|
|
|
Button
|
|
|
|
text: Ok
|
|
|
|
size: 46 24
|
2012-01-11 13:06:50 +01:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
2012-01-07 18:36:58 +01:00
|
|
|
@onClick: self:getParent():destroy()
|