A few new icons...
[kdeaccessibility.git] / kmouth / wordcompletion / creationsourceui.ui
blob13a7c06278b8d953859ddfaaa5267a29f996c181
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2 <class>CreationSourceUI</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>CreationSourceUI</cstring>
6     </property>
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     <grid>
16         <property name="name">
17             <cstring>unnamed</cstring>
18         </property>
19         <widget class="QRadioButton" row="0" column="0" rowspan="1" colspan="2">
20             <property name="name">
21                 <cstring>createButton</cstring>
22             </property>
23             <property name="text">
24                 <string>C&amp;reate new dictionary:</string>
25             </property>
26             <property name="checked">
27                 <bool>true</bool>
28             </property>
29             <property name="whatsThis" stdset="0">
30                 <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>
31             </property>
32         </widget>
33         <widget class="QRadioButton" row="4" column="0" rowspan="1" colspan="2">
34             <property name="name">
35                 <cstring>mergeButton</cstring>
36             </property>
37             <property name="text">
38                 <string>&amp;Merge dictionaries</string>
39             </property>
40             <property name="whatsThis" stdset="0">
41                 <string>If you select this box a new dictionary is created by merging existing dictionaries.</string>
42             </property>
43         </widget>
44         <widget class="QRadioButton" row="2" column="1">
45             <property name="name">
46                 <cstring>fileButton</cstring>
47             </property>
48             <property name="enabled">
49                 <bool>true</bool>
50             </property>
51             <property name="sizePolicy">
52                 <sizepolicy>
53                     <hsizetype>1</hsizetype>
54                     <vsizetype>0</vsizetype>
55                     <horstretch>1</horstretch>
56                     <verstretch>0</verstretch>
57                 </sizepolicy>
58             </property>
59             <property name="text">
60                 <string>From &amp;file</string>
61             </property>
62             <property name="whatsThis" stdset="0">
63                 <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>
64             </property>
65         </widget>
66         <widget class="QRadioButton" row="1" column="1">
67             <property name="name">
68                 <cstring>kdeDocButton</cstring>
69             </property>
70             <property name="enabled">
71                 <bool>true</bool>
72             </property>
73             <property name="sizePolicy">
74                 <sizepolicy>
75                     <hsizetype>1</hsizetype>
76                     <vsizetype>0</vsizetype>
77                     <horstretch>1</horstretch>
78                     <verstretch>0</verstretch>
79                 </sizepolicy>
80             </property>
81             <property name="text">
82                 <string>From &amp;KDE documentation</string>
83             </property>
84             <property name="checked">
85                 <bool>true</bool>
86             </property>
87             <property name="whatsThis" stdset="0">
88                 <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>
89             </property>
90         </widget>
91         <widget class="QRadioButton" row="3" column="1">
92             <property name="name">
93                 <cstring>directoryButton</cstring>
94             </property>
95             <property name="enabled">
96                 <bool>true</bool>
97             </property>
98             <property name="sizePolicy">
99                 <sizepolicy>
100                     <hsizetype>1</hsizetype>
101                     <vsizetype>0</vsizetype>
102                     <horstretch>1</horstretch>
103                     <verstretch>0</verstretch>
104                 </sizepolicy>
105             </property>
106             <property name="text">
107                 <string>From f&amp;older</string>
108             </property>
109             <property name="whatsThis" stdset="0">
110                 <string>If you select this box a new dictionary is created by loading all files in a folder and its subdirectories.</string>
111             </property>
112         </widget>
113         <spacer row="1" column="0" rowspan="3" colspan="1">
114             <property name="name">
115                 <cstring>spacer1</cstring>
116             </property>
117             <property name="orientation">
118                 <enum>Vertical</enum>
119             </property>
120             <property name="sizeType">
121                 <enum>Fixed</enum>
122             </property>
123             <property name="sizeHint">
124                 <size>
125                     <width>20</width>
126                     <height>40</height>
127                 </size>
128             </property>
129         </spacer>
130         <widget class="QRadioButton" row="5" column="0" rowspan="1" colspan="2">
131             <property name="name">
132                 <cstring>emptyButton</cstring>
133             </property>
134             <property name="text">
135                 <string>Create an &amp;empty wordlist</string>
136             </property>
137             <property name="whatsThis" stdset="0">
138                 <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>
139             </property>
140         </widget>
141     </grid>
142 </widget>
143 <connections>
144     <connection>
145         <sender>createButton</sender>
146         <signal>toggled(bool)</signal>
147         <receiver>kdeDocButton</receiver>
148         <slot>setEnabled(bool)</slot>
149     </connection>
150     <connection>
151         <sender>createButton</sender>
152         <signal>toggled(bool)</signal>
153         <receiver>fileButton</receiver>
154         <slot>setEnabled(bool)</slot>
155     </connection>
156     <connection>
157         <sender>createButton</sender>
158         <signal>toggled(bool)</signal>
159         <receiver>directoryButton</receiver>
160         <slot>setEnabled(bool)</slot>
161     </connection>
162 </connections>
163 <includes>
164     <include location="global" impldecl="in implementation">qbuttongroup.h</include>
165     <include location="local" impldecl="in implementation">creationsourceui.ui.h</include>
166 </includes>
167 <forwards>
168     <forward>class QButtonGroup</forward>
169 </forwards>
170 <variables>
171     <variable access="public">QButtonGroup *group2;</variable>
172     <variable access="public">QButtonGroup *group1;</variable>
173 </variables>
174 <functions>
175     <function access="private" specifier="non virtual">init()</function>
176     <function access="private" specifier="non virtual">destroy()</function>
177 </functions>
178 <layoutdefaults spacing="6" margin="11"/>
179 </UI>