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