forked from kn0w0n3/Super_Mario
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlevelcompletewindow.ui
106 lines (106 loc) · 2.25 KB
/
levelcompletewindow.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LevelCompleteWindow</class>
<widget class="QDialog" name="LevelCompleteWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>596</width>
<height>367</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>50</x>
<y>20</y>
<width>501</width>
<height>91</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>65</pointsize>
</font>
</property>
<property name="text">
<string>Level Clear</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>110</x>
<y>240</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string>Play Again</string>
</property>
<property name="text">
<string>Yes</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>280</x>
<y>240</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string>Quit</string>
</property>
<property name="text">
<string>No</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>40</x>
<y>110</y>
<width>481</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>27</pointsize>
</font>
</property>
<property name="text">
<string>Would you like to play again?</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>420</x>
<y>170</y>
<width>161</width>
<height>181</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="mario.qrc">:/images/gameover.png</pixmap>
</property>
</widget>
</widget>
<resources>
<include location="mario.qrc"/>
</resources>
<connections/>
</ui>