tibia-client/modules/client_about/about.otui

56 lines
1.1 KiB
Plaintext
Raw Normal View History

MainWindow
id: about
2012-01-11 00:13:38 +01:00
text: Info
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
text: |-
OTClient
2012-02-07 01:41:53 +01:00
Version 0.4.0
Created by edubart
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
2011-11-17 22:41:02 +01:00
margin-top: 20
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
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
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()
HorizontalSeparator
anchors.left: parent.left
anchors.right: parent.right
2012-01-11 13:06:50 +01:00
anchors.top: prev.bottom
margin-top: 12
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()