Warning, /accessibility/kmouth/wordcompletion/creationsourceui.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" stdsetdef="1" >
0002   <class>CreationSourceUI</class>
0003   <widget class="QWidget" name="CreationSourceUI" >
0004     <property name="geometry" >
0005       <rect>
0006         <x>0</x>
0007         <y>0</y>
0008         <width>318</width>
0009         <height>223</height>
0010       </rect>
0011     </property>
0012     <layout class="QGridLayout" >
0013       <item rowspan="1" row="0" column="0" colspan="2" >
0014         <widget class="QRadioButton" name="createButton" >
0015           <property name="text" >
0016             <string>C&amp;reate new dictionary:</string>
0017           </property>
0018           <property name="checked" >
0019             <bool>true</bool>
0020           </property>
0021           <property name="whatsThis" stdset="0" >
0022             <string>If you select this box a new dictionary is created by either loading a dictionary file or by counting the individual words in a text.</string>
0023           </property>
0024         </widget>
0025       </item>
0026       <item rowspan="1" row="4" column="0" colspan="2" >
0027         <widget class="QRadioButton" name="mergeButton" >
0028           <property name="text" >
0029             <string>&amp;Merge dictionaries</string>
0030           </property>
0031           <property name="whatsThis" stdset="0" >
0032             <string>If you select this box a new dictionary is created by merging existing dictionaries.</string>
0033           </property>
0034         </widget>
0035       </item>
0036       <item row="2" column="1" >
0037         <widget class="QRadioButton" name="fileButton" >
0038           <property name="enabled" >
0039             <bool>true</bool>
0040           </property>
0041           <property name="sizePolicy" >
0042             <sizepolicy>
0043               <hsizetype>1</hsizetype>
0044               <vsizetype>0</vsizetype>
0045               <horstretch>1</horstretch>
0046               <verstretch>0</verstretch>
0047             </sizepolicy>
0048           </property>
0049           <property name="text" >
0050             <string>From &amp;file</string>
0051           </property>
0052           <property name="whatsThis" stdset="0" >
0053             <string>If you select this box a new dictionary is created by loading a file. You may either select an XML file, a standard text file or a file containing a word completion dictionary. If you select a standard text file or an XML file the frequentness of the individual words is detected by simply counting the occurrences of each word.</string>
0054           </property>
0055         </widget>
0056       </item>
0057       <item row="1" column="1" >
0058         <widget class="QRadioButton" name="kdeDocButton" >
0059           <property name="enabled" >
0060             <bool>true</bool>
0061           </property>
0062           <property name="sizePolicy" >
0063             <sizepolicy>
0064               <hsizetype>1</hsizetype>
0065               <vsizetype>0</vsizetype>
0066               <horstretch>1</horstretch>
0067               <verstretch>0</verstretch>
0068             </sizepolicy>
0069           </property>
0070           <property name="text" >
0071             <string>From &amp;KDE documentation</string>
0072           </property>
0073           <property name="checked" >
0074             <bool>true</bool>
0075           </property>
0076           <property name="whatsThis" stdset="0" >
0077             <string>If you select this box a new dictionary is created by parsing the KDE documentation. The frequentness of the individual words is detect by simply counting the occurrences of each word.</string>
0078           </property>
0079         </widget>
0080       </item>
0081       <item row="3" column="1" >
0082         <widget class="QRadioButton" name="directoryButton" >
0083           <property name="enabled" >
0084             <bool>true</bool>
0085           </property>
0086           <property name="sizePolicy" >
0087             <sizepolicy>
0088               <hsizetype>1</hsizetype>
0089               <vsizetype>0</vsizetype>
0090               <horstretch>1</horstretch>
0091               <verstretch>0</verstretch>
0092             </sizepolicy>
0093           </property>
0094           <property name="text" >
0095             <string>From f&amp;older</string>
0096           </property>
0097           <property name="whatsThis" stdset="0" >
0098             <string>If you select this box a new dictionary is created by loading all files in a folder and its subdirectories.</string>
0099           </property>
0100         </widget>
0101       </item>
0102       <item rowspan="3" row="1" column="0" colspan="1" >
0103         <spacer name="spacer1" >
0104           <property name="sizeHint" >
0105             <size>
0106               <width>20</width>
0107               <height>40</height>
0108             </size>
0109           </property>
0110           <property name="sizeType" >
0111             <enum>Fixed</enum>
0112           </property>
0113           <property name="orientation" >
0114             <enum>Vertical</enum>
0115           </property>
0116         </spacer>
0117       </item>
0118       <item rowspan="1" row="5" column="0" colspan="2" >
0119         <widget class="QRadioButton" name="emptyButton" >
0120           <property name="text" >
0121             <string>Create an &amp;empty wordlist</string>
0122           </property>
0123           <property name="whatsThis" stdset="0" >
0124             <string>If you select this box a blank dictionary without any entries is created. As KMouth automatically adds newly typed words to the dictionaries it will learn your vocabulary with the time.</string>
0125           </property>
0126         </widget>
0127       </item>
0128     </layout>
0129   </widget>
0130     <connections>
0131     <connection>
0132       <sender>createButton</sender>
0133       <signal>toggled(bool)</signal>
0134       <receiver>kdeDocButton</receiver>
0135       <slot>setEnabled(bool)</slot>
0136     </connection>
0137     <connection>
0138       <sender>createButton</sender>
0139       <signal>toggled(bool)</signal>
0140       <receiver>fileButton</receiver>
0141       <slot>setEnabled(bool)</slot>
0142     </connection>
0143     <connection>
0144       <sender>createButton</sender>
0145       <signal>toggled(bool)</signal>
0146       <receiver>directoryButton</receiver>
0147       <slot>setEnabled(bool)</slot>
0148     </connection>
0149   </connections>
0150 </ui>