diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 00bb99ac80741fc50ef8a289719373032f2391eb (patch) | |
tree | 3a5a9bf72f942784b38bf77dd66c534662fab5f2 /kmouth/wordcompletion/kdedocsourceui.ui | |
download | tdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.tar.gz tdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmouth/wordcompletion/kdedocsourceui.ui')
-rw-r--r-- | kmouth/wordcompletion/kdedocsourceui.ui | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/kmouth/wordcompletion/kdedocsourceui.ui b/kmouth/wordcompletion/kdedocsourceui.ui new file mode 100644 index 0000000..21ce02a --- /dev/null +++ b/kmouth/wordcompletion/kdedocsourceui.ui @@ -0,0 +1,101 @@ +<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> +<class>KDEDocSourceUI</class> +<widget class="QWidget"> + <property name="name"> + <cstring>KDEDocSourceUI</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>272</width> + <height>100</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>spellCheckBox</cstring> + </property> + <property name="text"> + <string>&Compare to OpenOffice.org dictionary:</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>If you select this check box the words from the KDE documentation are spell-checked before they are inserted into the new dictionary.</string> + </property> + </widget> + <widget class="KURLRequester" row="2" column="1"> + <property name="name"> + <cstring>ooDictURL</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>1</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="whatsThis" stdset="0"> + <string>With this input field you select the OpenOffice.org directory that will be used to spellcheck the words of the new dictionary.</string> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>languageLabel</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>&Language:</string> + </property> + <property name="whatsThis" stdset="0"> + <string>With this combo box you select which of the installed languages is used for creating the new dictionary. KMouth will only parse documentation files of this language.</string> + </property> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>spellCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>ooDictURL</receiver> + <slot>setEnabled(bool)</slot> + </connection> +</connections> +<includes> + <include location="local" impldecl="in implementation">klanguagebutton.h</include> + <include location="local" impldecl="in implementation">klanguagebuttonhelper.h</include> + <include location="local" impldecl="in implementation">kdedocsourceui.ui.h</include> +</includes> +<forwards> + <forward>class KLanguageButton</forward> +</forwards> +<variables> + <variable access="public">KLanguageButton *languageButton;</variable> +</variables> +<functions> + <function access="private" specifier="non virtual">init()</function> +</functions> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kurlrequester.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |