]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QSpellcheckerDialog.ui
reworked layout
[lyx.git] / src / frontends / qt2 / ui / QSpellcheckerDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QSpellcheckerDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">gettext.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QSpellcheckerDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>314</width>
17             <height>379</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Spellchecker</string>
23     </property>
24     <grid>
25         <property stdset="1">
26             <name>margin</name>
27             <number>11</number>
28         </property>
29         <property stdset="1">
30             <name>spacing</name>
31             <number>6</number>
32         </property>
33         <widget row="4"  column="0"  rowspan="1"  colspan="2" >
34             <class>QLabel</class>
35             <property stdset="1">
36                 <name>name</name>
37                 <cstring>TextLabel2</cstring>
38             </property>
39             <property stdset="1">
40                 <name>text</name>
41                 <string>Suggestions:</string>
42             </property>
43             <property>
44                 <name>buddy</name>
45                 <cstring>suggestionsLB</cstring>
46             </property>
47         </widget>
48         <widget row="3"  column="2" >
49             <class>QPushButton</class>
50             <property stdset="1">
51                 <name>name</name>
52                 <cstring>replacePB</cstring>
53             </property>
54             <property stdset="1">
55                 <name>text</name>
56                 <string>&amp;Replace</string>
57             </property>
58             <property>
59                 <name>toolTip</name>
60                 <string>Replace word with current choice</string>
61             </property>
62         </widget>
63         <widget row="7"  column="2" >
64             <class>QPushButton</class>
65             <property stdset="1">
66                 <name>name</name>
67                 <cstring>addPB</cstring>
68             </property>
69             <property stdset="1">
70                 <name>text</name>
71                 <string>&amp;Add</string>
72             </property>
73             <property>
74                 <name>toolTip</name>
75                 <string>Add the word to your personal dictionary</string>
76             </property>
77         </widget>
78         <widget row="5"  column="2" >
79             <class>QPushButton</class>
80             <property stdset="1">
81                 <name>name</name>
82                 <cstring>ignorePB</cstring>
83             </property>
84             <property stdset="1">
85                 <name>text</name>
86                 <string>&amp;Ignore</string>
87             </property>
88             <property>
89                 <name>toolTip</name>
90                 <string>Ignore this word</string>
91             </property>
92         </widget>
93         <widget row="6"  column="2" >
94             <class>QPushButton</class>
95             <property stdset="1">
96                 <name>name</name>
97                 <cstring>replacePB_3</cstring>
98             </property>
99             <property stdset="1">
100                 <name>text</name>
101                 <string>&amp;Accept</string>
102             </property>
103             <property>
104                 <name>toolTip</name>
105                 <string>Accept word for this session</string>
106             </property>
107         </widget>
108         <widget row="10"  column="0" >
109             <class>QPushButton</class>
110             <property stdset="1">
111                 <name>name</name>
112                 <cstring>optionsPB</cstring>
113             </property>
114             <property stdset="1">
115                 <name>text</name>
116                 <string>&amp;Options...</string>
117             </property>
118         </widget>
119         <spacer row="10"  column="1" >
120             <property>
121                 <name>name</name>
122                 <cstring>Spacer6</cstring>
123             </property>
124             <property stdset="1">
125                 <name>orientation</name>
126                 <enum>Horizontal</enum>
127             </property>
128             <property stdset="1">
129                 <name>sizeType</name>
130                 <enum>Expanding</enum>
131             </property>
132             <property>
133                 <name>sizeHint</name>
134                 <size>
135                     <width>20</width>
136                     <height>20</height>
137                 </size>
138             </property>
139         </spacer>
140         <widget row="10"  column="2" >
141             <class>QPushButton</class>
142             <property stdset="1">
143                 <name>name</name>
144                 <cstring>closePB</cstring>
145             </property>
146             <property stdset="1">
147                 <name>text</name>
148                 <string>&amp;Close</string>
149             </property>
150         </widget>
151         <widget row="9"  column="0"  rowspan="1"  colspan="2" >
152             <class>QProgressBar</class>
153             <property stdset="1">
154                 <name>name</name>
155                 <cstring>spellcheckPR</cstring>
156             </property>
157             <property>
158                 <name>toolTip</name>
159                 <string>How far spellchecking has got</string>
160             </property>
161         </widget>
162         <widget row="5"  column="0"  rowspan="4"  colspan="2" >
163             <class>QListBox</class>
164             <property stdset="1">
165                 <name>name</name>
166                 <cstring>suggestionsLB</cstring>
167             </property>
168             <property>
169                 <name>toolTip</name>
170                 <string>Suggestions</string>
171             </property>
172         </widget>
173         <spacer row="8"  column="2" >
174             <property>
175                 <name>name</name>
176                 <cstring>Spacer10</cstring>
177             </property>
178             <property stdset="1">
179                 <name>orientation</name>
180                 <enum>Vertical</enum>
181             </property>
182             <property stdset="1">
183                 <name>sizeType</name>
184                 <enum>Expanding</enum>
185             </property>
186             <property>
187                 <name>sizeHint</name>
188                 <size>
189                     <width>20</width>
190                     <height>20</height>
191                 </size>
192             </property>
193         </spacer>
194         <widget row="2"  column="0"  rowspan="1"  colspan="2" >
195             <class>QLabel</class>
196             <property stdset="1">
197                 <name>name</name>
198                 <cstring>TextLabel1</cstring>
199             </property>
200             <property stdset="1">
201                 <name>text</name>
202                 <string>Replacement:</string>
203             </property>
204             <property>
205                 <name>buddy</name>
206                 <cstring>replaceCO</cstring>
207             </property>
208         </widget>
209         <widget row="1"  column="0"  rowspan="1"  colspan="2" >
210             <class>QLineEdit</class>
211             <property stdset="1">
212                 <name>name</name>
213                 <cstring>wordED</cstring>
214             </property>
215             <property>
216                 <name>toolTip</name>
217                 <string>Current word</string>
218             </property>
219         </widget>
220         <widget row="0"  column="0" >
221             <class>QLabel</class>
222             <property stdset="1">
223                 <name>name</name>
224                 <cstring>TextLabel3</cstring>
225             </property>
226             <property stdset="1">
227                 <name>text</name>
228                 <string>Unknown:</string>
229             </property>
230             <property>
231                 <name>buddy</name>
232                 <cstring>wordED</cstring>
233             </property>
234         </widget>
235         <widget row="3"  column="0"  rowspan="1"  colspan="2" >
236             <class>QComboBox</class>
237             <property stdset="1">
238                 <name>name</name>
239                 <cstring>replaceCO</cstring>
240             </property>
241             <property stdset="1">
242                 <name>focusPolicy</name>
243                 <enum>StrongFocus</enum>
244             </property>
245             <property stdset="1">
246                 <name>editable</name>
247                 <bool>true</bool>
248             </property>
249             <property stdset="1">
250                 <name>insertionPolicy</name>
251                 <enum>AtTop</enum>
252             </property>
253             <property stdset="1">
254                 <name>autoCompletion</name>
255                 <bool>true</bool>
256             </property>
257             <property stdset="1">
258                 <name>duplicatesEnabled</name>
259                 <bool>false</bool>
260             </property>
261             <property stdset="1">
262                 <name>sizePolicy</name>
263                 <sizepolicy>
264                     <hsizetype>3</hsizetype>
265                     <vsizetype>0</vsizetype>
266                 </sizepolicy>
267             </property>
268             <property>
269                 <name>toolTip</name>
270                 <string>Replace with selected word</string>
271             </property>
272         </widget>
273         <widget row="1"  column="2" >
274             <class>QPushButton</class>
275             <property stdset="1">
276                 <name>name</name>
277                 <cstring>spellcheckPB</cstring>
278             </property>
279             <property stdset="1">
280                 <name>text</name>
281                 <string>&amp;Start...</string>
282             </property>
283             <property>
284                 <name>toolTip</name>
285                 <string>Start spellcheck</string>
286             </property>
287         </widget>
288     </grid>
289 </widget>
290 <connections>
291     <connection>
292         <sender>suggestionsLB</sender>
293         <signal>highlighted(const QString&amp;)</signal>
294         <receiver>QSpellcheckerDialogBase</receiver>
295         <slot>suggestionChanged(const QString &amp;)</slot>
296     </connection>
297     <connection>
298         <sender>replaceCO</sender>
299         <signal>highlighted(const QString&amp;)</signal>
300         <receiver>QSpellcheckerDialogBase</receiver>
301         <slot>replaceChanged(const QString &amp;)</slot>
302     </connection>
303     <connection>
304         <sender>replacePB</sender>
305         <signal>clicked()</signal>
306         <receiver>QSpellcheckerDialogBase</receiver>
307         <slot>replaceClicked()</slot>
308     </connection>
309     <connection>
310         <sender>ignorePB</sender>
311         <signal>clicked()</signal>
312         <receiver>QSpellcheckerDialogBase</receiver>
313         <slot>ignoreClicked()</slot>
314     </connection>
315     <connection>
316         <sender>replacePB_3</sender>
317         <signal>clicked()</signal>
318         <receiver>QSpellcheckerDialogBase</receiver>
319         <slot>acceptClicked()</slot>
320     </connection>
321     <connection>
322         <sender>addPB</sender>
323         <signal>clicked()</signal>
324         <receiver>QSpellcheckerDialogBase</receiver>
325         <slot>addClicked()</slot>
326     </connection>
327     <connection>
328         <sender>optionsPB</sender>
329         <signal>clicked()</signal>
330         <receiver>QSpellcheckerDialogBase</receiver>
331         <slot>optionsClicked()</slot>
332     </connection>
333     <connection>
334         <sender>spellcheckPB</sender>
335         <signal>clicked()</signal>
336         <receiver>QSpellcheckerDialogBase</receiver>
337         <slot>spellcheckClicked()</slot>
338     </connection>
339     <slot access="public">acceptClicked()</slot>
340     <slot access="public">addClicked()</slot>
341     <slot access="public">ignoreClicked()</slot>
342     <slot access="public">optionsClicked()</slot>
343     <slot access="public">replaceChanged(const QString &amp;)</slot>
344     <slot access="public">replaceClicked()</slot>
345     <slot access="public">spellcheckClicked()</slot>
346     <slot access="public">suggestionChanged(const QString &amp;)</slot>
347 </connections>
348 <tabstops>
349     <tabstop>spellcheckPB</tabstop>
350     <tabstop>wordED</tabstop>
351     <tabstop>replaceCO</tabstop>
352     <tabstop>suggestionsLB</tabstop>
353     <tabstop>replacePB</tabstop>
354     <tabstop>ignorePB</tabstop>
355     <tabstop>replacePB_3</tabstop>
356     <tabstop>addPB</tabstop>
357     <tabstop>optionsPB</tabstop>
358     <tabstop>closePB</tabstop>
359 </tabstops>
360 </UI>