Remove this line
[kdeaccessibility.git] / kmouth / wordcompletion / kdedocsourceui.ui
blob431f615a0a804546f1e9afed94e0e6f44df13a54
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&amp;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>&amp;Language:</string>
68      </property>
69      <property name="buddy" >
70       <cstring>languageButton</cstring>
71      </property>
72     </widget>
73    </item>
74   </layout>
75  </widget>
76  <layoutdefault spacing="6" margin="11" />
77   <customwidgets>
78   <customwidget>
79    <class>KLanguageButton</class>
80    <extends>QWidget</extends>
81    <header>klanguagebutton.h</header>
82   </customwidget>
83   <customwidget>
84    <class>KUrlRequester</class>
85    <extends>QFrame</extends>
86    <header>kurlrequester.h</header>
87   </customwidget>
88  </customwidgets>
89  <resources/>
90  <connections>
91   <connection>
92    <sender>spellCheckBox</sender>
93    <signal>toggled(bool)</signal>
94    <receiver>ooDictURL</receiver>
95    <slot>setEnabled(bool)</slot>
96    <hints>
97     <hint type="sourcelabel" >
98      <x>31</x>
99      <y>67</y>
100     </hint>
101     <hint type="destinationlabel" >
102      <x>97</x>
103      <y>96</y>
104     </hint>
105    </hints>
106   </connection>
107  </connections>
108 </ui>