-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.ui
62 lines (62 loc) · 1.23 KB
/
help.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Help</class>
<widget class="QWidget" name="Help">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>488</width>
<height>267</height>
</rect>
</property>
<property name="windowTitle">
<string>Help</string>
</property>
<widget class="QTextBrowser" name="textBrowser">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>4</x>
<y>2</y>
<width>481</width>
<height>231</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>190</x>
<y>240</y>
<width>98</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>Help</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>238</x>
<y>249</y>
</hint>
<hint type="destinationlabel">
<x>243</x>
<y>133</y>
</hint>
</hints>
</connection>
</connections>
</ui>