]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/QThesaurusDialog.ui
Thesaurus dialog. Untested, as it won't build for me. I get undefined
[features.git] / src / frontends / qt2 / ui / QThesaurusDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QThesaurusDialogBase</class>
3 <widget>
4     <class>QDialog</class>
5     <property stdset="1">
6         <name>name</name>
7         <cstring>QThesaurusDialogBase</cstring>
8     </property>
9     <property stdset="1">
10         <name>geometry</name>
11         <rect>
12             <x>0</x>
13             <y>0</y>
14             <width>490</width>
15             <height>442</height>
16         </rect>
17     </property>
18     <property stdset="1">
19         <name>caption</name>
20         <string>Thesaurus</string>
21     </property>
22     <vbox>
23         <property stdset="1">
24             <name>margin</name>
25             <number>11</number>
26         </property>
27         <property stdset="1">
28             <name>spacing</name>
29             <number>6</number>
30         </property>
31         <widget>
32             <class>QLayoutWidget</class>
33             <property stdset="1">
34                 <name>name</name>
35                 <cstring>Layout4</cstring>
36             </property>
37             <hbox>
38                 <property stdset="1">
39                     <name>margin</name>
40                     <number>0</number>
41                 </property>
42                 <property stdset="1">
43                     <name>spacing</name>
44                     <number>6</number>
45                 </property>
46                 <widget>
47                     <class>QLabel</class>
48                     <property stdset="1">
49                         <name>name</name>
50                         <cstring>entryLA</cstring>
51                     </property>
52                     <property stdset="1">
53                         <name>text</name>
54                         <string>&amp;Keyword</string>
55                     </property>
56                     <property>
57                         <name>buddy</name>
58                         <cstring>entryED</cstring>
59                     </property>
60                     <property>
61                         <name>toolTip</name>
62                         <string>Index entry</string>
63                     </property>
64                 </widget>
65                 <widget>
66                     <class>QLineEdit</class>
67                     <property stdset="1">
68                         <name>name</name>
69                         <cstring>entryED</cstring>
70                     </property>
71                     <property>
72                         <name>toolTip</name>
73                         <string>Entry</string>
74                     </property>
75                 </widget>
76                 <spacer>
77                     <property>
78                         <name>name</name>
79                         <cstring>Spacer2</cstring>
80                     </property>
81                     <property stdset="1">
82                         <name>orientation</name>
83                         <enum>Horizontal</enum>
84                     </property>
85                     <property stdset="1">
86                         <name>sizeType</name>
87                         <enum>Expanding</enum>
88                     </property>
89                     <property>
90                         <name>sizeHint</name>
91                         <size>
92                             <width>20</width>
93                             <height>20</height>
94                         </size>
95                     </property>
96                 </spacer>
97             </hbox>
98         </widget>
99         <widget>
100             <class>QTabWidget</class>
101             <property stdset="1">
102                 <name>name</name>
103                 <cstring>TabWidget2</cstring>
104             </property>
105             <widget>
106                 <class>QWidget</class>
107                 <property stdset="1">
108                     <name>name</name>
109                     <cstring>tab</cstring>
110                 </property>
111                 <attribute>
112                     <name>title</name>
113                     <string>&amp;Nouns</string>
114                 </attribute>
115                 <hbox>
116                     <property stdset="1">
117                         <name>margin</name>
118                         <number>11</number>
119                     </property>
120                     <property stdset="1">
121                         <name>spacing</name>
122                         <number>6</number>
123                     </property>
124                     <widget>
125                         <class>QListBox</class>
126                         <property stdset="1">
127                             <name>name</name>
128                             <cstring>nounsLB</cstring>
129                         </property>
130                         <property stdset="1">
131                             <name>columnMode</name>
132                             <enum>FitToHeight</enum>
133                         </property>
134                         <property>
135                             <name>toolTip</name>
136                             <string>Matching nouns</string>
137                         </property>
138                     </widget>
139                 </hbox>
140             </widget>
141             <widget>
142                 <class>QWidget</class>
143                 <property stdset="1">
144                     <name>name</name>
145                     <cstring>tab</cstring>
146                 </property>
147                 <attribute>
148                     <name>title</name>
149                     <string>&amp;Verbs</string>
150                 </attribute>
151                 <hbox>
152                     <property stdset="1">
153                         <name>margin</name>
154                         <number>11</number>
155                     </property>
156                     <property stdset="1">
157                         <name>spacing</name>
158                         <number>6</number>
159                     </property>
160                     <widget>
161                         <class>QListBox</class>
162                         <item>
163                             <property>
164                                 <name>text</name>
165                                 <string>New Item</string>
166                             </property>
167                         </item>
168                         <property stdset="1">
169                             <name>name</name>
170                             <cstring>verbsLB</cstring>
171                         </property>
172                         <property stdset="1">
173                             <name>columnMode</name>
174                             <enum>FitToHeight</enum>
175                         </property>
176                     </widget>
177                 </hbox>
178             </widget>
179             <widget>
180                 <class>QWidget</class>
181                 <property stdset="1">
182                     <name>name</name>
183                     <cstring>tab</cstring>
184                 </property>
185                 <attribute>
186                     <name>title</name>
187                     <string>&amp;Adjectives</string>
188                 </attribute>
189                 <hbox>
190                     <property stdset="1">
191                         <name>margin</name>
192                         <number>11</number>
193                     </property>
194                     <property stdset="1">
195                         <name>spacing</name>
196                         <number>6</number>
197                     </property>
198                     <widget>
199                         <class>QListBox</class>
200                         <item>
201                             <property>
202                                 <name>text</name>
203                                 <string>New Item</string>
204                             </property>
205                         </item>
206                         <property stdset="1">
207                             <name>name</name>
208                             <cstring>adjectivesLB</cstring>
209                         </property>
210                         <property stdset="1">
211                             <name>columnMode</name>
212                             <enum>FitToHeight</enum>
213                         </property>
214                     </widget>
215                 </hbox>
216             </widget>
217             <widget>
218                 <class>QWidget</class>
219                 <property stdset="1">
220                     <name>name</name>
221                     <cstring>tab</cstring>
222                 </property>
223                 <attribute>
224                     <name>title</name>
225                     <string>A&amp;dverbs</string>
226                 </attribute>
227                 <hbox>
228                     <property stdset="1">
229                         <name>margin</name>
230                         <number>11</number>
231                     </property>
232                     <property stdset="1">
233                         <name>spacing</name>
234                         <number>6</number>
235                     </property>
236                     <widget>
237                         <class>QListBox</class>
238                         <item>
239                             <property>
240                                 <name>text</name>
241                                 <string>New Item</string>
242                             </property>
243                         </item>
244                         <property stdset="1">
245                             <name>name</name>
246                             <cstring>adverbsLB</cstring>
247                         </property>
248                         <property stdset="1">
249                             <name>columnMode</name>
250                             <enum>FitToHeight</enum>
251                         </property>
252                     </widget>
253                 </hbox>
254             </widget>
255             <widget>
256                 <class>QWidget</class>
257                 <property stdset="1">
258                     <name>name</name>
259                     <cstring>tab</cstring>
260                 </property>
261                 <attribute>
262                     <name>title</name>
263                     <string>&amp;Other</string>
264                 </attribute>
265                 <hbox>
266                     <property stdset="1">
267                         <name>margin</name>
268                         <number>11</number>
269                     </property>
270                     <property stdset="1">
271                         <name>spacing</name>
272                         <number>6</number>
273                     </property>
274                     <widget>
275                         <class>QListBox</class>
276                         <item>
277                             <property>
278                                 <name>text</name>
279                                 <string>New Item</string>
280                             </property>
281                         </item>
282                         <property stdset="1">
283                             <name>name</name>
284                             <cstring>otherLB</cstring>
285                         </property>
286                         <property stdset="1">
287                             <name>columnMode</name>
288                             <enum>FitToHeight</enum>
289                         </property>
290                     </widget>
291                 </hbox>
292             </widget>
293         </widget>
294         <widget>
295             <class>QLayoutWidget</class>
296             <property stdset="1">
297                 <name>name</name>
298                 <cstring>Layout5</cstring>
299             </property>
300             <hbox>
301                 <property stdset="1">
302                     <name>margin</name>
303                     <number>0</number>
304                 </property>
305                 <property stdset="1">
306                     <name>spacing</name>
307                     <number>6</number>
308                 </property>
309                 <widget>
310                     <class>QLabel</class>
311                     <property stdset="1">
312                         <name>name</name>
313                         <cstring>selectionLA</cstring>
314                     </property>
315                     <property stdset="1">
316                         <name>text</name>
317                         <string>&amp;Selection</string>
318                     </property>
319                     <property>
320                         <name>buddy</name>
321                         <cstring>selectionED</cstring>
322                     </property>
323                     <property>
324                         <name>toolTip</name>
325                         <string>The selected entry</string>
326                     </property>
327                 </widget>
328                 <widget>
329                     <class>QLineEdit</class>
330                     <property stdset="1">
331                         <name>name</name>
332                         <cstring>replaceED</cstring>
333                     </property>
334                     <property>
335                         <name>toolTip</name>
336                         <string>The selected entry</string>
337                     </property>
338                 </widget>
339                 <widget>
340                     <class>QPushButton</class>
341                     <property stdset="1">
342                         <name>name</name>
343                         <cstring>replacePB</cstring>
344                     </property>
345                     <property stdset="1">
346                         <name>text</name>
347                         <string>&amp;Replace</string>
348                     </property>
349                     <property>
350                         <name>toolTip</name>
351                         <string>Replace the entry with the selection</string>
352                     </property>
353                 </widget>
354             </hbox>
355         </widget>
356         <widget>
357             <class>QLayoutWidget</class>
358             <property stdset="1">
359                 <name>name</name>
360                 <cstring>Layout27</cstring>
361             </property>
362             <hbox>
363                 <property stdset="1">
364                     <name>margin</name>
365                     <number>0</number>
366                 </property>
367                 <property stdset="1">
368                     <name>spacing</name>
369                     <number>6</number>
370                 </property>
371                 <spacer>
372                     <property>
373                         <name>name</name>
374                         <cstring>Spacer3</cstring>
375                     </property>
376                     <property stdset="1">
377                         <name>orientation</name>
378                         <enum>Horizontal</enum>
379                     </property>
380                     <property stdset="1">
381                         <name>sizeType</name>
382                         <enum>Expanding</enum>
383                     </property>
384                     <property>
385                         <name>sizeHint</name>
386                         <size>
387                             <width>20</width>
388                             <height>20</height>
389                         </size>
390                     </property>
391                 </spacer>
392                 <widget>
393                     <class>QPushButton</class>
394                     <property stdset="1">
395                         <name>name</name>
396                         <cstring>closePB</cstring>
397                     </property>
398                     <property stdset="1">
399                         <name>text</name>
400                         <string>&amp;Close</string>
401                     </property>
402                 </widget>
403             </hbox>
404         </widget>
405     </vbox>
406 </widget>
407 <connections>
408     <connection>
409         <sender>replaceED</sender>
410         <signal>returnPressed()</signal>
411         <receiver>QThesaurusDialogBase</receiver>
412         <slot>replaceClicked()</slot>
413     </connection>
414     <connection>
415         <sender>replaceED</sender>
416         <signal>textChanged(const QString&amp;)</signal>
417         <receiver>QThesaurusDialogBase</receiver>
418         <slot>change_adaptor()</slot>
419     </connection>
420     <connection>
421         <sender>nounsLB</sender>
422         <signal>selected(const QString&amp;)</signal>
423         <receiver>QThesaurusDialogBase</receiver>
424         <slot>selectionChanged(const QString &amp;)</slot>
425     </connection>
426     <connection>
427         <sender>verbsLB</sender>
428         <signal>selected(const QString&amp;)</signal>
429         <receiver>QThesaurusDialogBase</receiver>
430         <slot>selectionChanged(const QString &amp;)</slot>
431     </connection>
432     <connection>
433         <sender>adjectivesLB</sender>
434         <signal>selected(const QString&amp;)</signal>
435         <receiver>QThesaurusDialogBase</receiver>
436         <slot>selectionChanged(const QString &amp;)</slot>
437     </connection>
438     <connection>
439         <sender>adverbsLB</sender>
440         <signal>selected(const QString&amp;)</signal>
441         <receiver>QThesaurusDialogBase</receiver>
442         <slot>selectionChanged(const QString &amp;)</slot>
443     </connection>
444     <connection>
445         <sender>otherLB</sender>
446         <signal>selected(const QString&amp;)</signal>
447         <receiver>QThesaurusDialogBase</receiver>
448         <slot>selectionChanged(const QString &amp;)</slot>
449     </connection>
450     <connection>
451         <sender>entryED</sender>
452         <signal>returnPressed()</signal>
453         <receiver>QThesaurusDialogBase</receiver>
454         <slot>entryChanged()</slot>
455     </connection>
456     <connection>
457         <sender>replacePB</sender>
458         <signal>clicked()</signal>
459         <receiver>QThesaurusDialogBase</receiver>
460         <slot>replaceClicked()</slot>
461     </connection>
462     <slot access="public">change_adaptor()</slot>
463     <slot access="public">entryChanged()</slot>
464     <slot access="public">replaceClicked()</slot>
465     <slot access="public">selectionChanged(const QString &amp;)</slot>
466 </connections>
467 <tabstops>
468     <tabstop>TabWidget2</tabstop>
469     <tabstop>entryED</tabstop>
470     <tabstop>nounsLB</tabstop>
471     <tabstop>verbsLB</tabstop>
472     <tabstop>adjectivesLB</tabstop>
473     <tabstop>adverbsLB</tabstop>
474     <tabstop>otherLB</tabstop>
475     <tabstop>replaceED</tabstop>
476     <tabstop>replacePB</tabstop>
477     <tabstop>closePB</tabstop>
478 </tabstops>
479 </UI>