A few new icons...
[kdeaccessibility.git] / kmouth / wordcompletion / creationsourcedetailsui.ui
blob1a1f61b75b5b049615d1e114027dd54a0bc46863
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2 <class>CreationSourceDetailsUI</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>CreationSourceDetailsUI</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>421</width>
12             <height>189</height>
13         </rect>
14     </property>
15     <grid>
16         <property name="name">
17             <cstring>unnamed</cstring>
18         </property>
19         <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2">
20             <property name="name">
21                 <cstring>spellCheckBox</cstring>
22             </property>
23             <property name="text">
24                 <string>&amp;Compare to OpenOffice.org dictionary:</string>
25             </property>
26             <property name="checked">
27                 <bool>false</bool>
28             </property>
29             <property name="whatsThis" stdset="0">
30                 <string>If you select this check box the words are spell-checked before they are inserted into the new dictionary.</string>
31             </property>
32         </widget>
33         <widget class="QLabel" row="1" column="0">
34             <property name="name">
35                 <cstring>encodingLabel</cstring>
36             </property>
37             <property name="sizePolicy">
38                 <sizepolicy>
39                     <hsizetype>5</hsizetype>
40                     <vsizetype>0</vsizetype>
41                     <horstretch>0</horstretch>
42                     <verstretch>0</verstretch>
43                 </sizepolicy>
44             </property>
45             <property name="text">
46                 <string>Character &amp;encoding:</string>
47             </property>
48             <property name="buddy" stdset="0">
49                 <cstring>encodingCombo</cstring>
50             </property>
51             <property name="whatsThis" stdset="0">
52                 <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>
53             </property>
54         </widget>
55         <widget class="QLabel" row="0" column="0">
56             <property name="name">
57                 <cstring>urlLabel</cstring>
58             </property>
59             <property name="sizePolicy">
60                 <sizepolicy>
61                     <hsizetype>5</hsizetype>
62                     <vsizetype>0</vsizetype>
63                     <horstretch>0</horstretch>
64                     <verstretch>0</verstretch>
65                 </sizepolicy>
66             </property>
67             <property name="text">
68                 <string>&amp;Filename:</string>
69             </property>
70             <property name="buddy" stdset="0">
71                 <cstring>url</cstring>
72             </property>
73             <property name="whatsThis" stdset="0">
74                 <string>With this input field you specify which file you want to load for creating the new dictionary.</string>
75             </property>
76         </widget>
77         <widget class="KURLRequester" row="0" column="1">
78             <property name="name">
79                 <cstring>url</cstring>
80             </property>
81             <property name="sizePolicy">
82                 <sizepolicy>
83                     <hsizetype>5</hsizetype>
84                     <vsizetype>5</vsizetype>
85                     <horstretch>1</horstretch>
86                     <verstretch>0</verstretch>
87                 </sizepolicy>
88             </property>
89             <property name="whatsThis" stdset="0">
90                 <string>With this input field you specify which file you want to load for creating the new dictionary.</string>
91             </property>
92         </widget>
93         <widget class="KComboBox" row="1" column="1">
94             <property name="name">
95                 <cstring>encodingCombo</cstring>
96             </property>
97             <property name="sizePolicy">
98                 <sizepolicy>
99                     <hsizetype>1</hsizetype>
100                     <vsizetype>0</vsizetype>
101                     <horstretch>1</horstretch>
102                     <verstretch>0</verstretch>
103                 </sizepolicy>
104             </property>
105             <property name="whatsThis" stdset="0">
106                 <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>
107             </property>
108         </widget>
109         <widget class="KURLRequester" row="4" column="1">
110             <property name="name">
111                 <cstring>ooDictURL</cstring>
112             </property>
113             <property name="enabled">
114                 <bool>false</bool>
115             </property>
116             <property name="sizePolicy">
117                 <sizepolicy>
118                     <hsizetype>5</hsizetype>
119                     <vsizetype>0</vsizetype>
120                     <horstretch>1</horstretch>
121                     <verstretch>0</verstretch>
122                 </sizepolicy>
123             </property>
124             <property name="whatsThis" stdset="0">
125                 <string>With this input field you select the OpenOffice.org directory that will be used to spellcheck the words of the new dictionary.</string>
126             </property>
127         </widget>
128         <widget class="QLabel" row="2" column="0">
129             <property name="name">
130                 <cstring>languageLabel</cstring>
131             </property>
132             <property name="sizePolicy">
133                 <sizepolicy>
134                     <hsizetype>5</hsizetype>
135                     <vsizetype>0</vsizetype>
136                     <horstretch>0</horstretch>
137                     <verstretch>0</verstretch>
138                 </sizepolicy>
139             </property>
140             <property name="text">
141                 <string>&amp;Language:</string>
142             </property>
143             <property name="whatsThis" stdset="0">
144                 <string>With this combo box you decide which language should be associated with the new dictionary.</string>
145             </property>
146         </widget>
147     </grid>
148 </widget>
149 <connections>
150     <connection>
151         <sender>spellCheckBox</sender>
152         <signal>toggled(bool)</signal>
153         <receiver>ooDictURL</receiver>
154         <slot>setEnabled(bool)</slot>
155     </connection>
156 </connections>
157 <includes>
158     <include location="global" impldecl="in implementation">kinputdialog.h</include>
159     <include location="local" impldecl="in implementation">klanguagebutton.h</include>
160     <include location="local" impldecl="in implementation">klanguagebuttonhelper.h</include>
161     <include location="local" impldecl="in implementation">creationsourcedetailsui.ui.h</include>
162 </includes>
163 <forwards>
164     <forward>class KLanguageButton</forward>
165 </forwards>
166 <variables>
167     <variable access="public">KLanguageButton *languageButton;</variable>
168 </variables>
169 <slots>
170     <slot access="protected" specifier="non virtual">languageButton_activated( int index )</slot>
171 </slots>
172 <functions>
173     <function access="private" specifier="non virtual">init()</function>
174 </functions>
175 <layoutdefaults spacing="6" margin="11"/>
176 <includehints>
177     <includehint>kinputdialog.h</includehint>
178     <includehint>kpushbutton.h</includehint>
179     <includehint>kcombobox.h</includehint>
180     <includehint>kurlrequester.h</includehint>
181     <includehint>kinputdialog.h</includehint>
182     <includehint>kpushbutton.h</includehint>
183 </includehints>
184 </UI>