2011-11-03 10:59:11 +01:00
|
|
|
MainWindow
|
|
|
|
id: optionsWindow
|
|
|
|
title: Options
|
2011-11-17 01:12:11 +01:00
|
|
|
size: 286 100
|
2011-11-03 10:59:11 +01:00
|
|
|
|
2011-11-17 01:12:11 +01:00
|
|
|
CheckBox
|
|
|
|
id: vsyncCheckBox
|
|
|
|
text: Enable vertical synchronization
|
|
|
|
tooltip: Limits FPS to 60
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.left: parent.left
|
2011-11-17 01:12:11 +01:00
|
|
|
anchors.right: parent.right
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.top: parent.top
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-top: 28
|
|
|
|
margin-left: 18
|
|
|
|
margin-right: 18
|
2011-11-03 10:59:11 +01:00
|
|
|
|
2011-11-17 01:12:11 +01:00
|
|
|
CheckBox
|
|
|
|
id: fpsCheckBox
|
|
|
|
text: Show frame rate
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
2011-11-17 01:12:11 +01:00
|
|
|
anchors.top: prev.bottom
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-top: 10
|
|
|
|
margin-left: 18
|
|
|
|
margin-right: 18
|
2011-11-03 10:59:11 +01:00
|
|
|
|
|
|
|
Button
|
|
|
|
text: Ok
|
|
|
|
width: 64
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-right: 10
|
|
|
|
margin-bottom: 10
|
2011-11-16 00:47:32 +01:00
|
|
|
@onClick: Options.destroy()
|