-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_TchAddMsgBox.ui
135 lines (135 loc) · 3.74 KB
/
_TchAddMsgBox.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TchAddMsgBox</class>
<widget class="QDialog" name="TchAddMsgBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>422</width>
<height>210</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="toolTip">
<string/>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>40</x>
<y>30</y>
<width>341</width>
<height>23</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>添加题目</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="TchAddMsgBoxAssilineEdit">
<property name="toolTip">
<string extracomment="添加题目,为空则不添加"><html><head/><body><p>添加题目,如果为空则不添加题目!</p></body></html></string>
</property>
<property name="statusTip">
<string>添加题目,为空则不添加</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
<x>40</x>
<y>110</y>
<width>341</width>
<height>23</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>添加专业</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="TchAddMsgBoxMajorlineEdit">
<property name="toolTip">
<string><html><head/><body><p>为空则不添加专业名称!</p></body></html></string>
</property>
<property name="statusTip">
<string>为空则不添加专业名称!</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="TchAddAddButton">
<property name="geometry">
<rect>
<x>230</x>
<y>160</y>
<width>71</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>添加</string>
</property>
</widget>
<widget class="QPushButton" name="TchAddCloseButton">
<property name="geometry">
<rect>
<x>310</x>
<y>160</y>
<width>71</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget_3">
<property name="geometry">
<rect>
<x>40</x>
<y>70</y>
<width>341</width>
<height>23</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>该题最大可容纳小组数量</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="TchAddMsgBoxTNumlineEdit">
<property name="toolTip">
<string extracomment="可为空,但是在没有输入题目的情况下,该输入框输入无效"><html><head/><body><p align="justify">在未输入题目之前该框被锁定,输入范围为0-255</p></body></html></string>
</property>
<property name="statusTip">
<string>可为空,但是在没有输入题目的情况下,该输入框输入无效</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>