0
|
1 |
<UI version="4.0" stdsetdef="1" >
|
|
2 |
<class>TopicChooser</class>
|
|
3 |
<widget class="QDialog" name="TopicChooser" >
|
|
4 |
<property name="objectName" >
|
|
5 |
<string notr="true">TopicChooser</string>
|
|
6 |
</property>
|
|
7 |
<property name="geometry" >
|
|
8 |
<rect>
|
|
9 |
<x>0</x>
|
|
10 |
<y>0</y>
|
|
11 |
<width>391</width>
|
|
12 |
<height>223</height>
|
|
13 |
</rect>
|
|
14 |
</property>
|
|
15 |
<property name="windowTitle" >
|
|
16 |
<string>Choose Topic</string>
|
|
17 |
</property>
|
|
18 |
<property name="sizeGripEnabled" >
|
|
19 |
<bool>true</bool>
|
|
20 |
</property>
|
|
21 |
<layout class="QVBoxLayout" >
|
|
22 |
<property name="objectName" >
|
|
23 |
<string notr="true">unnamed</string>
|
|
24 |
</property>
|
|
25 |
<property name="margin" >
|
|
26 |
<number>11</number>
|
|
27 |
</property>
|
|
28 |
<property name="spacing" >
|
|
29 |
<number>6</number>
|
|
30 |
</property>
|
|
31 |
<item>
|
|
32 |
<widget class="QLabel" name="label" >
|
|
33 |
<property name="objectName" >
|
|
34 |
<string notr="true">label</string>
|
|
35 |
</property>
|
|
36 |
<property name="text" >
|
|
37 |
<string>&Topics</string>
|
|
38 |
</property>
|
|
39 |
<property name="buddy" stdset="0" >
|
|
40 |
<cstring>listWidget</cstring>
|
|
41 |
</property>
|
|
42 |
</widget>
|
|
43 |
</item>
|
|
44 |
<item>
|
|
45 |
<widget class="QListWidget" name="listWidget" >
|
|
46 |
<property name="objectName" >
|
|
47 |
<string notr="true">listWidget</string>
|
|
48 |
</property>
|
|
49 |
</widget>
|
|
50 |
</item>
|
|
51 |
<item>
|
|
52 |
<widget class="QWidget" name="Layout16" >
|
|
53 |
<property name="objectName" >
|
|
54 |
<string notr="true">Layout16</string>
|
|
55 |
</property>
|
|
56 |
<layout class="QHBoxLayout" >
|
|
57 |
<property name="objectName" >
|
|
58 |
<string notr="true">unnamed</string>
|
|
59 |
</property>
|
|
60 |
<property name="margin" >
|
|
61 |
<number>0</number>
|
|
62 |
</property>
|
|
63 |
<property name="spacing" >
|
|
64 |
<number>6</number>
|
|
65 |
</property>
|
|
66 |
<item>
|
|
67 |
<spacer name="Horizontal Spacing2" >
|
|
68 |
<property name="sizeHint" >
|
|
69 |
<size>
|
|
70 |
<width>20</width>
|
|
71 |
<height>20</height>
|
|
72 |
</size>
|
|
73 |
</property>
|
|
74 |
<property name="sizeType" >
|
|
75 |
<enum>Expanding</enum>
|
|
76 |
</property>
|
|
77 |
<property name="orientation" >
|
|
78 |
<enum>Horizontal</enum>
|
|
79 |
</property>
|
|
80 |
</spacer>
|
|
81 |
</item>
|
|
82 |
<item>
|
|
83 |
<widget class="QPushButton" name="buttonDisplay" >
|
|
84 |
<property name="objectName" >
|
|
85 |
<string notr="true">buttonDisplay</string>
|
|
86 |
</property>
|
|
87 |
<property name="text" >
|
|
88 |
<string>&Display</string>
|
|
89 |
</property>
|
|
90 |
<property name="autoDefault" >
|
|
91 |
<bool>true</bool>
|
|
92 |
</property>
|
|
93 |
<property name="default" >
|
|
94 |
<bool>true</bool>
|
|
95 |
</property>
|
|
96 |
</widget>
|
|
97 |
</item>
|
|
98 |
<item>
|
|
99 |
<widget class="QPushButton" name="buttonCancel" >
|
|
100 |
<property name="objectName" >
|
|
101 |
<string notr="true">buttonCancel</string>
|
|
102 |
</property>
|
|
103 |
<property name="text" >
|
|
104 |
<string>&Close</string>
|
|
105 |
</property>
|
|
106 |
<property name="autoDefault" >
|
|
107 |
<bool>true</bool>
|
|
108 |
</property>
|
|
109 |
</widget>
|
|
110 |
</item>
|
|
111 |
</layout>
|
|
112 |
</widget>
|
|
113 |
</item>
|
|
114 |
</layout>
|
|
115 |
</widget>
|
|
116 |
</UI>
|