diff options
Diffstat (limited to 'kspell2/ui/configui.ui')
-rw-r--r-- | kspell2/ui/configui.ui | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/kspell2/ui/configui.ui b/kspell2/ui/configui.ui deleted file mode 100644 index d6f6e596b..000000000 --- a/kspell2/ui/configui.ui +++ /dev/null @@ -1,114 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>KSpell2ConfigUI</class> -<comment>Licensed under GNU LGPL</comment> -<author>Zack Rusin <zack@kde.org></author> -<widget class="TQWidget"> - <property name="name"> - <cstring>KSpell2ConfigUI</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>577</width> - <height>441</height> - </rect> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="KComboBox" row="0" column="1"> - <property name="name"> - <cstring>m_langCombo</cstring> - </property> - <property name="whatsThis" stdset="0"> - <string>This is the default language that the spell checker will use. The drop down box will list all of the dictionaries of your existing languages.</string> - </property> - </widget> - <widget class="TQGroupBox" row="1" column="0" rowspan="1" colspan="2"> - <property name="name"> - <cstring>groupBox1</cstring> - </property> - <property name="title"> - <string>Options</string> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQCheckBox" row="0" column="0"> - <property name="name"> - <cstring>m_bgSpellCB</cstring> - </property> - <property name="text"> - <string>Enable &background spellchecking</string> - </property> - <property name="whatsThis" stdset="0"> - <string>If checked, the "spell as you type" mode is active and all misspelled words are immediately highlighted.</string> - </property> - </widget> - <widget class="TQCheckBox" row="1" column="0"> - <property name="name"> - <cstring>m_skipUpperCB</cstring> - </property> - <property name="text"> - <string>Skip all &uppercase words</string> - </property> - <property name="whatsThis" stdset="0"> - <string>If checked, words that consist of only uppercase letters are not spell checked. This is useful if you have a lot of acronyms, such as KDE for example.</string> - </property> - </widget> - <widget class="TQCheckBox" row="2" column="0"> - <property name="name"> - <cstring>m_skipRunTogetherCB</cstring> - </property> - <property name="text"> - <string>S&kip run-together words</string> - </property> - <property name="whatsThis" stdset="0"> - <string>If checked, concatenated words made of existing words are not spell checked. This is useful in some languages.</string> - </property> - </widget> - </grid> - </widget> - <widget class="TQLabel" row="0" column="0"> - <property name="name"> - <cstring>textLabel1</cstring> - </property> - <property name="text"> - <string>Default language:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>kComboBox1</cstring> - </property> - </widget> - <widget class="KEditListBox" row="2" column="0" rowspan="1" colspan="2"> - <property name="name"> - <cstring>m_ignoreListBox</cstring> - </property> - <property name="title"> - <string>Ignore These Words</string> - </property> - <property name="buttons"> - <set>Remove|Add</set> - </property> - <property name="whatsThis" stdset="0"> - <string>To add a word you want to ignore, type it in the top edit field and click Add. To remove a word, highlight it in the list and click Remove.</string> - </property> - </widget> - </grid> -</widget> -<customwidgets> -</customwidgets> -<includes> - <include location="global" impldecl="in implementation">keditlistbox.h</include> - <include location="global" impldecl="in implementation">kcombobox.h</include> -</includes> -<layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kcombobox.h</includehint> - <includehint>keditlistbox.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> -</UI> |