2011-04-17 23:15:24 +02:00
|
|
|
window#optionsWindow:
|
2011-05-12 00:16:11 +02:00
|
|
|
title: Options
|
2011-04-17 23:15:24 +02:00
|
|
|
size: [286, 262]
|
|
|
|
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-04-17 23:15:24 +02:00
|
|
|
# general
|
|
|
|
button#generalButton:
|
|
|
|
text: General
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.left: 18
|
|
|
|
margin.top: 32
|
|
|
|
|
|
|
|
label#generalLabel:
|
|
|
|
text: |-
|
|
|
|
Change general
|
|
|
|
game options
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.left: 117
|
|
|
|
margin.top: 29
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-04-17 23:15:24 +02:00
|
|
|
# graphics
|
|
|
|
button#graphicsButton:
|
|
|
|
text: Graphics
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.left: 18
|
|
|
|
margin.top: 65
|
|
|
|
|
|
|
|
label#graphicsLabel:
|
|
|
|
text: |-
|
|
|
|
Change graphics and
|
|
|
|
performance settings
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.left: 117
|
|
|
|
margin.top: 62
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-04-17 23:15:24 +02:00
|
|
|
# console
|
|
|
|
button#consoleButton:
|
|
|
|
text: Console
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.left: 18
|
|
|
|
margin.top: 98
|
|
|
|
|
|
|
|
label#consoleLabel:
|
|
|
|
text: Customise the console
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.left: 117
|
|
|
|
margin.top: 95
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-04-17 23:15:24 +02:00
|
|
|
# hotkeys
|
|
|
|
button#hotkeysButton:
|
|
|
|
text: Hotkeys
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.left: 18
|
|
|
|
margin.top: 131
|
|
|
|
|
|
|
|
label#hotkeysLabel:
|
|
|
|
text: Edit your hotkey texts
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.left: 117
|
|
|
|
margin.top: 128
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-04-17 23:15:24 +02:00
|
|
|
lineDecoration#middleSeparator:
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.bottom: 97
|
|
|
|
margin.left: 18
|
|
|
|
margin.right: 18
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-04-17 23:15:24 +02:00
|
|
|
# motd
|
|
|
|
button#motdButton:
|
|
|
|
text: Motd
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.left: 18
|
|
|
|
margin.bottom: 60
|
|
|
|
|
|
|
|
label#motdLabel:
|
|
|
|
text: |-
|
|
|
|
Show the most recent
|
|
|
|
Message of the Day
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.left: 117
|
|
|
|
margin.bottom: 56
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-04-17 23:15:24 +02:00
|
|
|
lineDecoration#bottomSeparator:
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.bottom: 40
|
|
|
|
margin.left: 13
|
|
|
|
margin.right: 13
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-04-17 23:15:24 +02:00
|
|
|
# ok button
|
|
|
|
button#okButton:
|
|
|
|
text: Ok
|
|
|
|
size: [43, 20]
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.right: 10
|
2011-04-22 00:44:30 +02:00
|
|
|
margin.bottom: 13
|
2011-05-02 06:13:57 +02:00
|
|
|
onClick: self.parent:destroy()
|