Skip to content

Commit 1692132

Browse files
authored
Add files via upload
1 parent cd8e230 commit 1692132

File tree

1 file changed

+124
-0
lines changed

1 file changed

+124
-0
lines changed

Ui_Ano.ui

+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>MainWindow</class>
4+
<widget class="QMainWindow" name="MainWindow">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>800</width>
10+
<height>600</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>MainWindow</string>
15+
</property>
16+
<widget class="QWidget" name="centralwidget">
17+
<widget class="QWidget" name="horizontalLayoutWidget">
18+
<property name="geometry">
19+
<rect>
20+
<x>90</x>
21+
<y>59</y>
22+
<width>621</width>
23+
<height>421</height>
24+
</rect>
25+
</property>
26+
<property name="font">
27+
<font>
28+
<family>荆南麦圆体</family>
29+
</font>
30+
</property>
31+
<layout class="QHBoxLayout" name="horizontalLayout">
32+
<item>
33+
<widget class="QLabel" name="label_2">
34+
<property name="font">
35+
<font>
36+
<family>荆南麦圆体</family>
37+
</font>
38+
</property>
39+
<property name="text">
40+
<string/>
41+
</property>
42+
<property name="alignment">
43+
<set>Qt::AlignCenter</set>
44+
</property>
45+
</widget>
46+
</item>
47+
<item>
48+
<widget class="QLabel" name="label_4">
49+
<property name="font">
50+
<font>
51+
<family>荆南麦圆体</family>
52+
</font>
53+
</property>
54+
<property name="text">
55+
<string/>
56+
</property>
57+
<property name="alignment">
58+
<set>Qt::AlignCenter</set>
59+
</property>
60+
</widget>
61+
</item>
62+
<item>
63+
<widget class="QLabel" name="label_5">
64+
<property name="font">
65+
<font>
66+
<family>荆南麦圆体</family>
67+
</font>
68+
</property>
69+
<property name="text">
70+
<string/>
71+
</property>
72+
<property name="alignment">
73+
<set>Qt::AlignCenter</set>
74+
</property>
75+
</widget>
76+
</item>
77+
<item>
78+
<widget class="QLabel" name="label_3">
79+
<property name="font">
80+
<font>
81+
<family>荆南麦圆体</family>
82+
</font>
83+
</property>
84+
<property name="text">
85+
<string/>
86+
</property>
87+
<property name="alignment">
88+
<set>Qt::AlignCenter</set>
89+
</property>
90+
</widget>
91+
</item>
92+
<item>
93+
<widget class="QLabel" name="label">
94+
<property name="font">
95+
<font>
96+
<family>荆南麦圆体</family>
97+
</font>
98+
</property>
99+
<property name="text">
100+
<string/>
101+
</property>
102+
<property name="alignment">
103+
<set>Qt::AlignCenter</set>
104+
</property>
105+
</widget>
106+
</item>
107+
</layout>
108+
</widget>
109+
</widget>
110+
<widget class="QMenuBar" name="menubar">
111+
<property name="geometry">
112+
<rect>
113+
<x>0</x>
114+
<y>0</y>
115+
<width>800</width>
116+
<height>26</height>
117+
</rect>
118+
</property>
119+
</widget>
120+
<widget class="QStatusBar" name="statusbar"/>
121+
</widget>
122+
<resources/>
123+
<connections/>
124+
</ui>

0 commit comments

Comments
 (0)