scripts/bin/gamelaunch.ui

157 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>680</width>
<height>325</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>480</width>
<height>250</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>5</number>
</property>
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>5</number>
</property>
<item>
<layout class="QVBoxLayout" name="options"/>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Console</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="console">
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="commandLine"/>
</item>
<item>
<layout class="QHBoxLayout" name="bottomBar">
<property name="spacing">
<number>4</number>
</property>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="autoStart">
<property name="text">
<string>Auto Start</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="autoClose">
<property name="toolTip">
<string>Automatically launch the game next time</string>
</property>
<property name="text">
<string>Auto Close</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="save">
<property name="toolTip">
<string>Save the config</string>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="kill">
<property name="text">
<string>Kill</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="run">
<property name="toolTip">
<string>Run the selected game</string>
</property>
<property name="text">
<string>Run</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<action name="exit">
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="update">
<property name="text">
<string>Update Games</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>