-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainwindow.ui
154 lines (154 loc) · 3.66 KB
/
mainwindow.ui
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QWidget" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>960</width>
<height>640</height>
</rect>
</property>
<property name="windowTitle">
<string>Touhou Hebijuu ~ Wily Snake and Weakest Food</string>
</property>
<widget class="QWidget" name="TitleWidget">
<property name="geometry">
<rect>
<x>260</x>
<y>90</y>
<width>431</width>
<height>121</height>
</rect>
</property>
<layout class="QVBoxLayout" name="TitleLayout">
<item>
<widget class="QLabel" name="Title">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>30</pointsize>
</font>
</property>
<property name="text">
<string>Touhou Hebijuu</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="SubTitle">
<property name="font">
<font>
<family>Times New Roman</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Wily Snake and Weakest Food</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="margin">
<number>0</number>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="MenuWidget">
<property name="geometry">
<rect>
<x>240</x>
<y>320</y>
<width>470</width>
<height>190</height>
</rect>
</property>
<layout class="QVBoxLayout" name="MenuLayout">
<item>
<widget class="QPushButton" name="StartButton">
<property name="font">
<font>
<family>Calibri</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="LoadButton">
<property name="font">
<font>
<family>Calibri</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Load</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="QuitButton">
<property name="font">
<font>
<family>Calibri</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Quit</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="Footer">
<property name="geometry">
<rect>
<x>700</x>
<y>610</y>
<width>261</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>Calibri</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>SEP Project Copyright 2020 Googleplex</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>