-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstartdialog.ui
More file actions
58 lines (58 loc) · 1.45 KB
/
Copy pathstartdialog.ui
File metadata and controls
58 lines (58 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>startdialog</class>
<widget class="QDialog" name="startdialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>220</height>
</rect>
</property>
<property name="windowTitle">
<string>ScoringEngine - Pick a mode</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="4" column="0">
<widget class="QPushButton" name="btnEditor">
<property name="text">
<string>Editor</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QPushButton" name="btnMulti">
<property name="text">
<string>Multiplayer</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="labelInfo">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>1</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Uninitialized</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="btnSingle">
<property name="text">
<string>Single Player</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>