1<ui version="4.0" > 2 <class>KDEDocSourceUI</class> 3 <widget class="QWidget" name="KDEDocSourceUI" > 4 <property name="geometry" > 5 <rect> 6 <x>0</x> 7 <y>0</y> 8 <width>272</width> 9 <height>118</height> 10 </rect> 11 </property> 12 <layout class="QGridLayout" > 13 <property name="margin" > 14 <number>11</number> 15 </property> 16 <property name="spacing" > 17 <number>6</number> 18 </property> 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> 23 </property> 24 <property name="text" > 25 <string>C&ompare to OpenOffice.org dictionary:</string> 26 </property> 27 <property name="checked" > 28 <bool>false</bool> 29 </property> 30 </widget> 31 </item> 32 <item row="2" column="1" > 33 <widget class="KUrlRequester" name="ooDictURL" > 34 <property name="enabled" > 35 <bool>false</bool> 36 </property> 37 <property name="sizePolicy" > 38 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > 39 <horstretch>1</horstretch> 40 <verstretch>0</verstretch> 41 </sizepolicy> 42 </property> 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> 45 </property> 46 </widget> 47 </item> 48 <item row="0" column="1" > 49 <widget class="KLanguageButton" name="languageButton" > 50 <property name="focusPolicy" > 51 <enum>Qt::WheelFocus</enum> 52 </property> 53 </widget> 54 </item> 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> 61 </sizepolicy> 62 </property> 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> 65 </property> 66 <property name="text" > 67 <string>&Language:</string> 68 </property> 69 <property name="buddy" > 70 <cstring>languageButton</cstring> 71 </property> 72 </widget> 73 </item> 74 </layout> 75 </widget> 76 <customwidgets> 77 <customwidget> 78 <class>KLanguageButton</class> 79 <extends>QWidget</extends> 80 <header>klanguagebutton.h</header> 81 </customwidget> 82 <customwidget> 83 <class>KUrlRequester</class> 84 <extends>QFrame</extends> 85 <header>kurlrequester.h</header> 86 </customwidget> 87 </customwidgets> 88 <resources/> 89 <connections> 90 <connection> 91 <sender>spellCheckBox</sender> 92 <signal>toggled(bool)</signal> 93 <receiver>ooDictURL</receiver> 94 <slot>setEnabled(bool)</slot> 95 <hints> 96 <hint type="sourcelabel" > 97 <x>31</x> 98 <y>67</y> 99 </hint> 100 <hint type="destinationlabel" > 101 <x>97</x> 102 <y>96</y> 103 </hint> 104 </hints> 105 </connection> 106 </connections> 107</ui> 108