tibia-client/modules/about/aboutwindow.otui

62 lines
1.3 KiB
Plaintext
Raw Normal View History

2011-08-14 04:09:11 +02:00
MainWindow
id: infoWindow
2011-04-12 07:51:09 +02:00
title: Info
2011-08-14 04:09:11 +02:00
size: 244 221
2011-05-01 20:47:35 +02:00
2011-08-14 04:09:11 +02:00
FlatPanel
size: 208 129
2011-04-12 07:51:09 +02:00
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-08-14 04:09:11 +02:00
Label
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
2011-08-14 04:09:11 +02:00
HorizontalSeparator
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-08-14 04:09:11 +02:00
Label
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-08-14 04:09:11 +02:00
Button
2011-04-17 02:36:58 +02:00
text: Github Page
2011-08-14 04:09:11 +02:00
size: 88 24
2011-04-17 02:36:58 +02:00
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 9
margin.right: 9
onClick: displayErrorBox("Error", "Not implemented yet")
2011-05-01 20:47:35 +02:00
2011-08-14 04:09:11 +02:00
HorizontalSeparator
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-08-14 04:09:11 +02:00
Button
2011-04-12 07:51:09 +02:00
text: Ok
2011-08-14 04:09:11 +02:00
size: 46 24
2011-04-12 07:51:09 +02:00
anchors.left: parent.left
anchors.top: parent.top
margin.top: 191
2011-04-23 05:28:23 +02:00
margin.left: 188
2011-08-20 22:30:41 +02:00
onClick: function(self) self:getParent():destroy() end