2 <class>KDEDocSourceUI</class>
3 <widget class="QWidget" name="KDEDocSourceUI" >
4 <property name="geometry" >
12 <layout class="QGridLayout" >
13 <property name="margin" >
16 <property name="spacing" >
19 <item row="1" column="0" colspan="2" >
20 <widget class="QCheckBox" name="spellCheckBox" >
21 <property name="whatsThis" >
22 <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>
24 <property name="text" >
25 <string>C&ompare to OpenOffice.org dictionary:</string>
27 <property name="checked" >
32 <item row="2" column="1" >
33 <widget class="KUrlRequester" name="ooDictURL" >
34 <property name="enabled" >
37 <property name="sizePolicy" >
38 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
39 <horstretch>1</horstretch>
40 <verstretch>0</verstretch>
43 <property name="whatsThis" >
44 <string>With this input field you select the OpenOffice.org directory that will be used to spellcheck the words of the new dictionary.</string>
48 <item row="0" column="1" >
49 <widget class="KLanguageButton" name="languageButton" >
50 <property name="focusPolicy" >
51 <enum>Qt::WheelFocus</enum>
55 <item row="0" column="0" >
56 <widget class="QLabel" name="languageLabel" >
57 <property name="sizePolicy" >
58 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
63 <property name="whatsThis" >
64 <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>
66 <property name="text" >
67 <string>&Language:</string>
69 <property name="buddy" >
70 <cstring>languageButton</cstring>
76 <layoutdefault spacing="6" margin="11" />
79 <class>KLanguageButton</class>
80 <extends>QWidget</extends>
81 <header>klanguagebutton.h</header>
84 <class>KUrlRequester</class>
85 <extends>QFrame</extends>
86 <header>kurlrequester.h</header>
92 <sender>spellCheckBox</sender>
93 <signal>toggled(bool)</signal>
94 <receiver>ooDictURL</receiver>
95 <slot>setEnabled(bool)</slot>
97 <hint type="sourcelabel" >
101 <hint type="destinationlabel" >