-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTopicDefinitions.ui
More file actions
55 lines (55 loc) · 1.66 KB
/
Copy pathTopicDefinitions.ui
File metadata and controls
55 lines (55 loc) · 1.66 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TopicDefinitions</class>
<widget class="QWidget" name="TopicDefinitions">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>TopicDefinitions</string>
</property>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>361</width>
<height>231</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="goBackButton">
<property name="geometry">
<rect>
<x>200</x>
<y>260</y>
<width>181</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Go back</string>
</property>
</widget>
<widget class="QPushButton" name="deleteButton">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>171</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Delete</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>