]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/SpellcheckerUi.ui
Current float settings dialog is really ugly.
[lyx.git] / src / frontends / qt4 / ui / SpellcheckerUi.ui
1 <ui version="4.0" >
2  <class>SpellcheckerUi</class>
3  <widget class="QDockWidget" name="SpellcheckerUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>264</width>
9     <height>388</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <widget class="QWidget" name="dockWidgetContents" >
16    <layout class="QGridLayout" name="gridLayout" >
17     <item row="0" column="0" colspan="2" >
18      <layout class="QHBoxLayout" name="horizontalLayout" >
19       <item>
20        <widget class="QLabel" name="languageLA" >
21         <property name="text" >
22          <string>&amp;Language:</string>
23         </property>
24         <property name="buddy" >
25          <cstring>languageCO</cstring>
26         </property>
27        </widget>
28       </item>
29       <item>
30        <widget class="QComboBox" name="languageCO" >
31         <property name="sizePolicy" >
32          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
33           <horstretch>0</horstretch>
34           <verstretch>0</verstretch>
35          </sizepolicy>
36         </property>
37         <property name="toolTip" >
38          <string>The checked language. Switching this alters the language of the checked word.</string>
39         </property>
40        </widget>
41       </item>
42      </layout>
43     </item>
44     <item row="1" column="0" colspan="2" >
45      <widget class="Line" name="line" >
46       <property name="orientation" >
47        <enum>Qt::Horizontal</enum>
48       </property>
49      </widget>
50     </item>
51     <item row="2" column="0" >
52      <widget class="QLabel" name="TextLabel3" >
53       <property name="text" >
54        <string>Unknown word:</string>
55       </property>
56       <property name="buddy" >
57        <cstring>wordED</cstring>
58       </property>
59      </widget>
60     </item>
61     <item row="3" column="0" >
62      <widget class="QLineEdit" name="wordED" >
63       <property name="toolTip" >
64        <string>Current word</string>
65       </property>
66      </widget>
67     </item>
68     <item row="3" column="1" >
69      <widget class="QPushButton" name="findNextPB" >
70       <property name="sizePolicy" >
71        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
72         <horstretch>100</horstretch>
73         <verstretch>32</verstretch>
74        </sizepolicy>
75       </property>
76       <property name="toolTip" >
77        <string>Replace word with current choice</string>
78       </property>
79       <property name="text" >
80        <string>&amp;Find Next</string>
81       </property>
82      </widget>
83     </item>
84     <item row="4" column="0" >
85      <widget class="QLabel" name="TextLabel1" >
86       <property name="text" >
87        <string>Re&amp;placement:</string>
88       </property>
89       <property name="buddy" >
90        <cstring>replaceCO</cstring>
91       </property>
92      </widget>
93     </item>
94     <item row="5" column="0" >
95      <widget class="QComboBox" name="replaceCO" >
96       <property name="focusPolicy" >
97        <enum>Qt::StrongFocus</enum>
98       </property>
99       <property name="toolTip" >
100        <string>Replace with selected word</string>
101       </property>
102       <property name="editable" >
103        <bool>true</bool>
104       </property>
105       <property name="insertPolicy" >
106        <enum>QComboBox::InsertAtTop</enum>
107       </property>
108       <property name="autoCompletion" >
109        <bool>true</bool>
110       </property>
111       <property name="duplicatesEnabled" >
112        <bool>false</bool>
113       </property>
114      </widget>
115     </item>
116     <item row="5" column="1" >
117      <widget class="QPushButton" name="replacePB" >
118       <property name="sizePolicy" >
119        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
120         <horstretch>100</horstretch>
121         <verstretch>32</verstretch>
122        </sizepolicy>
123       </property>
124       <property name="toolTip" >
125        <string>Replace word with current choice</string>
126       </property>
127       <property name="text" >
128        <string>&amp;Replace</string>
129       </property>
130      </widget>
131     </item>
132     <item row="6" column="0" >
133      <widget class="QLabel" name="TextLabel2" >
134       <property name="sizePolicy" >
135        <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
136         <horstretch>0</horstretch>
137         <verstretch>0</verstretch>
138        </sizepolicy>
139       </property>
140       <property name="text" >
141        <string>S&amp;uggestions:</string>
142       </property>
143       <property name="buddy" >
144        <cstring>suggestionsLW</cstring>
145       </property>
146      </widget>
147     </item>
148     <item row="6" column="1" >
149      <widget class="QPushButton" name="replaceAllPB" >
150       <property name="sizePolicy" >
151        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
152         <horstretch>100</horstretch>
153         <verstretch>32</verstretch>
154        </sizepolicy>
155       </property>
156       <property name="toolTip" >
157        <string>Replace word with current choice</string>
158       </property>
159       <property name="text" >
160        <string>Replace &amp;All</string>
161       </property>
162      </widget>
163     </item>
164     <item rowspan="4" row="7" column="0" >
165      <widget class="QListWidget" name="suggestionsLW" />
166     </item>
167     <item row="7" column="1" >
168      <widget class="QPushButton" name="ignorePB" >
169       <property name="sizePolicy" >
170        <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
171         <horstretch>100</horstretch>
172         <verstretch>32</verstretch>
173        </sizepolicy>
174       </property>
175       <property name="toolTip" >
176        <string>Ignore this word</string>
177       </property>
178       <property name="text" >
179        <string>&amp;Ignore</string>
180       </property>
181      </widget>
182     </item>
183     <item row="8" column="1" >
184      <widget class="QPushButton" name="ignoreAllPB" >
185       <property name="sizePolicy" >
186        <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
187         <horstretch>100</horstretch>
188         <verstretch>32</verstretch>
189        </sizepolicy>
190       </property>
191       <property name="toolTip" >
192        <string>Ignore this word throughout this session</string>
193       </property>
194       <property name="text" >
195        <string>I&amp;gnore All</string>
196       </property>
197      </widget>
198     </item>
199     <item row="9" column="1" >
200      <widget class="QPushButton" name="addPB" >
201       <property name="sizePolicy" >
202        <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
203         <horstretch>100</horstretch>
204         <verstretch>32</verstretch>
205        </sizepolicy>
206       </property>
207       <property name="toolTip" >
208        <string>Add the word to your personal dictionary</string>
209       </property>
210       <property name="text" >
211        <string>A&amp;dd</string>
212       </property>
213      </widget>
214     </item>
215     <item row="10" column="1" >
216      <spacer>
217       <property name="orientation" >
218        <enum>Qt::Vertical</enum>
219       </property>
220       <property name="sizeType" >
221        <enum>QSizePolicy::Expanding</enum>
222       </property>
223       <property name="sizeHint" stdset="0" >
224        <size>
225         <width>74</width>
226         <height>98</height>
227        </size>
228       </property>
229      </spacer>
230     </item>
231     <item row="11" column="0" >
232      <widget class="QProgressBar" name="spellcheckPR" >
233       <property name="value" >
234        <number>24</number>
235       </property>
236       <property name="orientation" >
237        <enum>Qt::Horizontal</enum>
238       </property>
239      </widget>
240     </item>
241     <item row="11" column="1" >
242      <widget class="QPushButton" name="closePB" >
243       <property name="sizePolicy" >
244        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
245         <horstretch>100</horstretch>
246         <verstretch>32</verstretch>
247        </sizepolicy>
248       </property>
249       <property name="text" >
250        <string>&amp;Close</string>
251       </property>
252      </widget>
253     </item>
254    </layout>
255   </widget>
256  </widget>
257  <resources/>
258  <connections/>
259 </ui>