1<ui version="4.0" > 2 <class>CreationSourceDetailsUI</class> 3 <widget class="QWidget" name="CreationSourceDetailsUI" > 4 <property name="geometry" > 5 <rect> 6 <x>0</x> 7 <y>0</y> 8 <width>421</width> 9 <height>189</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="3" column="0" colspan="2" > 20 <widget class="QCheckBox" name="spellCheckBox" > 21 <property name="whatsThis" > 22 <string>If you select this check box the words 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="1" column="0" > 33 <widget class="QLabel" name="encodingLabel" > 34 <property name="sizePolicy" > 35 <sizepolicy> 36 <hsizetype>5</hsizetype> 37 <vsizetype>0</vsizetype> 38 <horstretch>0</horstretch> 39 <verstretch>0</verstretch> 40 </sizepolicy> 41 </property> 42 <property name="whatsThis" > 43 <string>With this combo box you select the character encoding used to load text files. This combo box is not used for XML files or for dictionary files.</string> 44 </property> 45 <property name="text" > 46 <string>Character &encoding:</string> 47 </property> 48 <property name="buddy" > 49 <cstring>encodingCombo</cstring> 50 </property> 51 </widget> 52 </item> 53 <item row="0" column="0" > 54 <widget class="QLabel" name="urlLabel" > 55 <property name="sizePolicy" > 56 <sizepolicy> 57 <hsizetype>5</hsizetype> 58 <vsizetype>0</vsizetype> 59 <horstretch>0</horstretch> 60 <verstretch>0</verstretch> 61 </sizepolicy> 62 </property> 63 <property name="whatsThis" > 64 <string>With this input field you specify which file you want to load for creating the new dictionary.</string> 65 </property> 66 <property name="text" > 67 <string>&Filename:</string> 68 </property> 69 <property name="buddy" > 70 <cstring>url</cstring> 71 </property> 72 </widget> 73 </item> 74 <item row="0" column="1" > 75 <widget class="KUrlRequester" name="url" > 76 <property name="sizePolicy" > 77 <sizepolicy> 78 <hsizetype>5</hsizetype> 79 <vsizetype>5</vsizetype> 80 <horstretch>1</horstretch> 81 <verstretch>0</verstretch> 82 </sizepolicy> 83 </property> 84 <property name="whatsThis" > 85 <string>With this input field you specify which file you want to load for creating the new dictionary.</string> 86 </property> 87 </widget> 88 </item> 89 <item row="1" column="1" > 90 <widget class="KComboBox" name="encodingCombo" > 91 <property name="sizePolicy" > 92 <sizepolicy> 93 <hsizetype>1</hsizetype> 94 <vsizetype>0</vsizetype> 95 <horstretch>1</horstretch> 96 <verstretch>0</verstretch> 97 </sizepolicy> 98 </property> 99 <property name="whatsThis" > 100 <string>With this combo box you select the character encoding used to load text files. This combo box is not used for XML files or for dictionary files.</string> 101 </property> 102 </widget> 103 </item> 104 <item row="4" column="1" > 105 <widget class="KUrlRequester" name="ooDictURL" > 106 <property name="enabled" > 107 <bool>false</bool> 108 </property> 109 <property name="sizePolicy" > 110 <sizepolicy> 111 <hsizetype>5</hsizetype> 112 <vsizetype>0</vsizetype> 113 <horstretch>1</horstretch> 114 <verstretch>0</verstretch> 115 </sizepolicy> 116 </property> 117 <property name="whatsThis" > 118 <string>With this input field you select the OpenOffice.org directory that will be used to spellcheck the words of the new dictionary.</string> 119 </property> 120 </widget> 121 </item> 122 <item row="2" column="1" > 123 <widget class="KLanguageButton" name="languageButton" /> 124 </item> 125 <item row="2" column="0" > 126 <widget class="QLabel" name="languageLabel" > 127 <property name="sizePolicy" > 128 <sizepolicy> 129 <hsizetype>5</hsizetype> 130 <vsizetype>0</vsizetype> 131 <horstretch>0</horstretch> 132 <verstretch>0</verstretch> 133 </sizepolicy> 134 </property> 135 <property name="whatsThis" > 136 <string>With this combo box you decide which language should be associated with the new dictionary.</string> 137 </property> 138 <property name="text" > 139 <string>&Language:</string> 140 </property> 141 </widget> 142 </item> 143 </layout> 144 </widget> 145 <customwidgets> 146 <customwidget> 147 <class>KUrlRequester</class> 148 <extends>QFrame</extends> 149 <header>kurlrequester.h</header> 150 <container>0</container> 151 <pixmap></pixmap> 152 </customwidget> 153 <customwidget> 154 <class>KLanguageButton</class> 155 <extends>QWidget</extends> 156 <header>klanguagebutton.h</header> 157 <container>0</container> 158 <pixmap></pixmap> 159 </customwidget> 160 <customwidget> 161 <class>KComboBox</class> 162 <extends>QComboBox</extends> 163 <header>kcombobox.h</header> 164 <container>0</container> 165 <pixmap></pixmap> 166 </customwidget> 167 </customwidgets> 168 <resources/> 169 <connections> 170 <connection> 171 <sender>spellCheckBox</sender> 172 <signal>toggled(bool)</signal> 173 <receiver>ooDictURL</receiver> 174 <slot>setEnabled(bool)</slot> 175 <hints> 176 <hint type="sourcelabel" > 177 <x>20</x> 178 <y>20</y> 179 </hint> 180 <hint type="destinationlabel" > 181 <x>20</x> 182 <y>20</y> 183 </hint> 184 </hints> 185 </connection> 186 </connections> 187</ui> 188