-
Notifications
You must be signed in to change notification settings - Fork 0
/
widget.ui
110 lines (110 loc) · 2.45 KB
/
widget.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>820</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QGraphicsView" name="titlePicture">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>600</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/myImages/images/ataxx_blue.png);</string>
</property>
</widget>
<widget class="QPushButton" name="signupButton">
<property name="geometry">
<rect>
<x>70</x>
<y>630</y>
<width>200</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>注册账号(&S)</string>
</property>
</widget>
<widget class="QPushButton" name="loginButton">
<property name="geometry">
<rect>
<x>330</x>
<y>630</y>
<width>200</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>本地登录(&L)</string>
</property>
</widget>
<widget class="QPushButton" name="rulesButton">
<property name="geometry">
<rect>
<x>70</x>
<y>690</y>
<width>200</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>规则速览(&R)</string>
</property>
</widget>
<widget class="QPushButton" name="leaderBoardButton">
<property name="geometry">
<rect>
<x>330</x>
<y>690</y>
<width>200</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>排行榜(&B)</string>
</property>
</widget>
<widget class="QPushButton" name="aboutButton">
<property name="geometry">
<rect>
<x>70</x>
<y>750</y>
<width>200</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>关于我们(&A)</string>
</property>
</widget>
<widget class="QPushButton" name="quitButton">
<property name="geometry">
<rect>
<x>330</x>
<y>750</y>
<width>200</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>退出游戏(&Q)</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>