Remove this line
[kdeaccessibility.git] / kmouth / wordcompletion / creationsourceui.ui
blob599405f965b6c0aa9c32e550501598d25a43d150
1 <ui version="4.0" stdsetdef="1" >
2   <author></author>
3   <comment></comment>
4   <exportmacro></exportmacro>
5   <class>CreationSourceUI</class>
6   <widget class="QWidget" name="CreationSourceUI" >
7     <property name="geometry" >
8       <rect>
9         <x>0</x>
10         <y>0</y>
11         <width>318</width>
12         <height>223</height>
13       </rect>
14     </property>
15     <layout class="QGridLayout" >
16       <item rowspan="1" row="0" column="0" colspan="2" >
17         <widget class="QRadioButton" name="createButton" >
18           <property name="text" >
19             <string>C&amp;reate new dictionary:</string>
20           </property>
21           <property name="checked" >
22             <bool>true</bool>
23           </property>
24           <property name="whatsThis" stdset="0" >
25             <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>
26           </property>
27         </widget>
28       </item>
29       <item rowspan="1" row="4" column="0" colspan="2" >
30         <widget class="QRadioButton" name="mergeButton" >
31           <property name="text" >
32             <string>&amp;Merge dictionaries</string>
33           </property>
34           <property name="whatsThis" stdset="0" >
35             <string>If you select this box a new dictionary is created by merging existing dictionaries.</string>
36           </property>
37         </widget>
38       </item>
39       <item row="2" column="1" >
40         <widget class="QRadioButton" name="fileButton" >
41           <property name="enabled" >
42             <bool>true</bool>
43           </property>
44           <property name="sizePolicy" >
45             <sizepolicy>
46               <hsizetype>1</hsizetype>
47               <vsizetype>0</vsizetype>
48               <horstretch>1</horstretch>
49               <verstretch>0</verstretch>
50             </sizepolicy>
51           </property>
52           <property name="text" >
53             <string>From &amp;file</string>
54           </property>
55           <property name="whatsThis" stdset="0" >
56             <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>
57           </property>
58         </widget>
59       </item>
60       <item row="1" column="1" >
61         <widget class="QRadioButton" name="kdeDocButton" >
62           <property name="enabled" >
63             <bool>true</bool>
64           </property>
65           <property name="sizePolicy" >
66             <sizepolicy>
67               <hsizetype>1</hsizetype>
68               <vsizetype>0</vsizetype>
69               <horstretch>1</horstretch>
70               <verstretch>0</verstretch>
71             </sizepolicy>
72           </property>
73           <property name="text" >
74             <string>From &amp;KDE documentation</string>
75           </property>
76           <property name="checked" >
77             <bool>true</bool>
78           </property>
79           <property name="whatsThis" stdset="0" >
80             <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>
81           </property>
82         </widget>
83       </item>
84       <item row="3" column="1" >
85         <widget class="QRadioButton" name="directoryButton" >
86           <property name="enabled" >
87             <bool>true</bool>
88           </property>
89           <property name="sizePolicy" >
90             <sizepolicy>
91               <hsizetype>1</hsizetype>
92               <vsizetype>0</vsizetype>
93               <horstretch>1</horstretch>
94               <verstretch>0</verstretch>
95             </sizepolicy>
96           </property>
97           <property name="text" >
98             <string>From f&amp;older</string>
99           </property>
100           <property name="whatsThis" stdset="0" >
101             <string>If you select this box a new dictionary is created by loading all files in a folder and its subdirectories.</string>
102           </property>
103         </widget>
104       </item>
105       <item rowspan="3" row="1" column="0" colspan="1" >
106         <spacer name="spacer1" >
107           <property name="sizeHint" >
108             <size>
109               <width>20</width>
110               <height>40</height>
111             </size>
112           </property>
113           <property name="sizeType" >
114             <enum>Fixed</enum>
115           </property>
116           <property name="orientation" >
117             <enum>Vertical</enum>
118           </property>
119         </spacer>
120       </item>
121       <item rowspan="1" row="5" column="0" colspan="2" >
122         <widget class="QRadioButton" name="emptyButton" >
123           <property name="text" >
124             <string>Create an &amp;empty wordlist</string>
125           </property>
126           <property name="whatsThis" stdset="0" >
127             <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>
128           </property>
129         </widget>
130       </item>
131     </layout>
132   </widget>
133   <layoutdefault spacing="6" margin="11" />
134     <connections>
135     <connection>
136       <sender>createButton</sender>
137       <signal>toggled(bool)</signal>
138       <receiver>kdeDocButton</receiver>
139       <slot>setEnabled(bool)</slot>
140     </connection>
141     <connection>
142       <sender>createButton</sender>
143       <signal>toggled(bool)</signal>
144       <receiver>fileButton</receiver>
145       <slot>setEnabled(bool)</slot>
146     </connection>
147     <connection>
148       <sender>createButton</sender>
149       <signal>toggled(bool)</signal>
150       <receiver>directoryButton</receiver>
151       <slot>setEnabled(bool)</slot>
152     </connection>
153   </connections>
154 </ui>