mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-03 09:40:18 +00:00
27 lines
644 B
XML
27 lines
644 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>GloSC_GameLauncherClass</class>
|
|
<widget class="QMainWindow" name="GloSC_GameLauncherClass">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>600</width>
|
|
<height>400</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>GloSC_GameLauncher</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="GloSC_GameLauncher.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|