Preferences/ConfigurationPages/EditorSpellCheckingPage.ui

changeset 4576
a258569d44db
parent 3186
a05eff845522
equal deleted inserted replaced
4575:464a6b049f89 4576:a258569d44db
230 <string>Personal word list file:</string> 230 <string>Personal word list file:</string>
231 </property> 231 </property>
232 </widget> 232 </widget>
233 </item> 233 </item>
234 <item row="0" column="1"> 234 <item row="0" column="1">
235 <widget class="QLineEdit" name="pwlEdit"> 235 <widget class="E5PathPicker" name="pwlPicker" native="true">
236 <property name="toolTip"> 236 <property name="sizePolicy">
237 <string>Enter the filename of the personal word list</string> 237 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
238 <horstretch>0</horstretch>
239 <verstretch>0</verstretch>
240 </sizepolicy>
241 </property>
242 <property name="focusPolicy">
243 <enum>Qt::StrongFocus</enum>
238 </property> 244 </property>
239 </widget> 245 </widget>
240 </item> 246 </item>
241 <item row="1" column="0"> 247 <item row="1" column="0">
242 <widget class="QLabel" name="label_5"> 248 <widget class="QLabel" name="label_5">
244 <string>Personal exclude list file:</string> 250 <string>Personal exclude list file:</string>
245 </property> 251 </property>
246 </widget> 252 </widget>
247 </item> 253 </item>
248 <item row="1" column="1"> 254 <item row="1" column="1">
249 <widget class="QLineEdit" name="pelEdit"> 255 <widget class="E5PathPicker" name="pelPicker" native="true">
250 <property name="toolTip"> 256 <property name="sizePolicy">
251 <string>Enter the filename of the personal exclude list</string> 257 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
252 </property> 258 <horstretch>0</horstretch>
253 </widget> 259 <verstretch>0</verstretch>
254 </item> 260 </sizepolicy>
255 <item row="2" column="0" colspan="3"> 261 </property>
262 <property name="focusPolicy">
263 <enum>Qt::StrongFocus</enum>
264 </property>
265 </widget>
266 </item>
267 <item row="2" column="0" colspan="2">
256 <widget class="QLabel" name="label_6"> 268 <widget class="QLabel" name="label_6">
257 <property name="text"> 269 <property name="text">
258 <string>&lt;b&gt;Note:&lt;/b&gt; leave these entries empty to use the default</string> 270 <string>&lt;b&gt;Note:&lt;/b&gt; leave these entries empty to use the default</string>
259 </property> 271 </property>
260 </widget> 272 </widget>
261 </item> 273 </item>
262 <item row="3" column="0" colspan="3"> 274 <item row="3" column="0" colspan="2">
263 <widget class="QLabel" name="label_7"> 275 <widget class="QLabel" name="label_7">
264 <property name="text"> 276 <property name="text">
265 <string>&lt;b&gt;Note:&lt;/b&gt; valid for all newly opened editors</string> 277 <string>&lt;b&gt;Note:&lt;/b&gt; valid for all newly opened editors</string>
266 </property>
267 </widget>
268 </item>
269 <item row="0" column="2">
270 <widget class="QToolButton" name="pwlButton">
271 <property name="toolTip">
272 <string>Select the personal word list file via a file selection dialog</string>
273 </property>
274 </widget>
275 </item>
276 <item row="1" column="2">
277 <widget class="QToolButton" name="pelButton">
278 <property name="toolTip">
279 <string>Select the personal exclude list file via a file selection dialog</string>
280 </property> 278 </property>
281 </widget> 279 </widget>
282 </item> 280 </item>
283 </layout> 281 </layout>
284 </widget> 282 </widget>
358 </property> 356 </property>
359 </spacer> 357 </spacer>
360 </item> 358 </item>
361 </layout> 359 </layout>
362 </widget> 360 </widget>
361 <customwidgets>
362 <customwidget>
363 <class>E5PathPicker</class>
364 <extends>QWidget</extends>
365 <header>E5Gui/E5PathPicker.h</header>
366 <container>1</container>
367 </customwidget>
368 </customwidgets>
363 <tabstops> 369 <tabstops>
364 <tabstop>checkingEnabledCheckBox</tabstop> 370 <tabstop>checkingEnabledCheckBox</tabstop>
365 <tabstop>defaultLanguageCombo</tabstop> 371 <tabstop>defaultLanguageCombo</tabstop>
366 <tabstop>stringsOnlyCheckBox</tabstop> 372 <tabstop>stringsOnlyCheckBox</tabstop>
367 <tabstop>minimumWordSizeSlider</tabstop> 373 <tabstop>minimumWordSizeSlider</tabstop>
368 <tabstop>spellingMarkerButton</tabstop> 374 <tabstop>spellingMarkerButton</tabstop>
369 <tabstop>pwlEdit</tabstop> 375 <tabstop>pwlPicker</tabstop>
370 <tabstop>pwlButton</tabstop> 376 <tabstop>pelPicker</tabstop>
371 <tabstop>pelEdit</tabstop>
372 <tabstop>pelButton</tabstop>
373 <tabstop>enabledCheckBox</tabstop> 377 <tabstop>enabledCheckBox</tabstop>
374 <tabstop>chunkSizeSpinBox</tabstop> 378 <tabstop>chunkSizeSpinBox</tabstop>
375 </tabstops> 379 </tabstops>
376 <resources/> 380 <resources/>
377 <connections> 381 <connections>

eric ide

mercurial