-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChooseSerOrCli.ui
67 lines (67 loc) · 1.7 KB
/
ChooseSerOrCli.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ChooseSerOrCli</class>
<widget class="QDialog" name="ChooseSerOrCli">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>276</width>
<height>172</height>
</rect>
</property>
<property name="windowTitle">
<string>服务器or客户端</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>261</width>
<height>81</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
</font>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:14pt; font-weight:600; color:#aa0000;">是否选择以服务器来启动?</span></p></body></html></string>
</property>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>50</x>
<y>100</y>
<width>181</width>
<height>61</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="yseButton">
<property name="text">
<string>是</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="noButton">
<property name="text">
<string>否</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>