SVN_SILENT made messages (.desktop file)
[kdeaccessibility.git] / kttsd / filters / sbd / sbdconfwidget.ui
blob899a89fd0b486832ea5962b696f2cf4ba7239ad0
1 <ui version="4.0" >
2  <author>Gary Cramblitt &lt;garycramblitt@comcast.net></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>SbdConfWidget</class>
6  <widget class="QWidget" name="SbdConfWidget" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>544</width>
12     <height>315</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy>
17     <hsizetype>5</hsizetype>
18     <vsizetype>5</vsizetype>
19     <horstretch>0</horstretch>
20     <verstretch>0</verstretch>
21    </sizepolicy>
22   </property>
23   <layout class="QGridLayout" >
24    <property name="margin" >
25     <number>11</number>
26    </property>
27    <property name="spacing" >
28     <number>6</number>
29    </property>
30    <item row="0" column="0" >
31     <widget class="QLabel" name="textLabel1" >
32      <property name="text" >
33       <string>&lt;b>WARNING: This filter is a key component of the KTTS system. Please read the KTTS Handbook before modifying these settings.&lt;/b></string>
34      </property>
35      <property name="wordWrap" >
36       <bool>true</bool>
37      </property>
38     </widget>
39    </item>
40    <item row="1" column="0" >
41     <layout class="QHBoxLayout" >
42      <property name="margin" >
43       <number>0</number>
44      </property>
45      <property name="spacing" >
46       <number>6</number>
47      </property>
48      <item>
49       <widget class="QLabel" name="nameLabel" >
50        <property name="whatsThis" >
51         <string comment="What's this text" >The name of this filter.  Enter any descriptive name you like.</string>
52        </property>
53        <property name="text" >
54         <string>&amp;Name:</string>
55        </property>
56        <property name="alignment" >
57         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
58        </property>
59        <property name="buddy" >
60         <cstring>nameLineEdit</cstring>
61        </property>
62       </widget>
63      </item>
64      <item>
65       <widget class="KLineEdit" name="nameLineEdit" >
66        <property name="whatsThis" >
67         <string>The name of this filter.  Enter any descriptive name you like.</string>
68        </property>
69       </widget>
70      </item>
71     </layout>
72    </item>
73    <item row="2" column="0" >
74     <layout class="QHBoxLayout" >
75      <property name="margin" >
76       <number>0</number>
77      </property>
78      <property name="spacing" >
79       <number>6</number>
80      </property>
81      <item>
82       <widget class="QLabel" name="reLabel" >
83        <property name="whatsThis" >
84         <string comment="What's this text" >The regular expression that detects boundaries between sentences in text jobs.</string>
85        </property>
86        <property name="text" >
87         <string>&amp;Sentence boundary regular expression:</string>
88        </property>
89        <property name="alignment" >
90         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
91        </property>
92        <property name="buddy" >
93         <cstring>nameLineEdit</cstring>
94        </property>
95       </widget>
96      </item>
97      <item>
98       <widget class="KLineEdit" name="reLineEdit" >
99        <property name="whatsThis" >
100         <string>The regular expression that detects boundaries between sentences in text jobs.</string>
101        </property>
102       </widget>
103      </item>
104      <item>
105       <widget class="KPushButton" name="reButton" >
106        <property name="text" >
107         <string>...</string>
108        </property>
109       </widget>
110      </item>
111     </layout>
112    </item>
113    <item row="3" column="0" >
114     <layout class="QHBoxLayout" >
115      <property name="margin" >
116       <number>0</number>
117      </property>
118      <property name="spacing" >
119       <number>6</number>
120      </property>
121      <item>
122       <widget class="QLabel" name="sbLabel" >
123        <property name="whatsThis" >
124         <string comment="What's this text" >This string replaces the matched regular expression.  &lt;b>Important&lt;/b>: must end with tab (\t).</string>
125        </property>
126        <property name="text" >
127         <string>&amp;Replacement sentence boundary:</string>
128        </property>
129        <property name="alignment" >
130         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
131        </property>
132        <property name="buddy" >
133         <cstring>nameLineEdit</cstring>
134        </property>
135       </widget>
136      </item>
137      <item>
138       <widget class="KLineEdit" name="sbLineEdit" >
139        <property name="whatsThis" >
140         <string>This string replaces the matched regular expression.  &lt;b>Important&lt;/b>: must end with tab (\t).</string>
141        </property>
142       </widget>
143      </item>
144     </layout>
145    </item>
146    <item row="4" column="0" >
147     <widget class="QGroupBox" name="applyGroupBox" >
148      <property name="whatsThis" >
149       <string>These settings determines when the filter is applied to text.</string>
150      </property>
151      <property name="title" >
152       <string>Apply This &amp;Filter When</string>
153      </property>
154      <layout class="QGridLayout" >
155       <property name="margin" >
156        <number>11</number>
157       </property>
158       <property name="spacing" >
159        <number>6</number>
160       </property>
161       <item row="0" column="0" >
162        <layout class="QVBoxLayout" >
163         <property name="margin" >
164          <number>0</number>
165         </property>
166         <property name="spacing" >
167          <number>6</number>
168         </property>
169         <item>
170          <widget class="QLabel" name="languageLabel" >
171           <property name="whatsThis" >
172            <string comment="What's this text" >This filter is applied to text jobs of the specified language.  You may select more than one language by clicking the browse button and Ctrl-clicking on more than one in the list.  If blank the filter applies to all text jobs of any language.</string>
173           </property>
174           <property name="text" >
175            <string>&amp;Language is:</string>
176           </property>
177           <property name="alignment" >
178            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
179           </property>
180           <property name="buddy" >
181            <cstring>languageLineEdit</cstring>
182           </property>
183          </widget>
184         </item>
185         <item>
186          <widget class="QLabel" name="appIdLabel" >
187           <property name="whatsThis" >
188            <string>Enter a DCOP Application ID.  This filter will only apply to text jobs queued by that application.  You may enter more than one ID separated by commas.  If blank, this filter applies to text jobs queued by all applications.  Tip: Use kdcop from the command line to get the Application IDs of running applications.  Example: "konversation, kvirc,ksirc,kopete"</string>
189           </property>
190           <property name="text" >
191            <string>Application &amp;ID contains:</string>
192           </property>
193           <property name="alignment" >
194            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
195           </property>
196           <property name="buddy" >
197            <cstring>appIdLineEdit</cstring>
198           </property>
199          </widget>
200         </item>
201        </layout>
202       </item>
203       <item row="0" column="1" >
204        <layout class="QVBoxLayout" >
205         <property name="margin" >
206          <number>0</number>
207         </property>
208         <property name="spacing" >
209          <number>6</number>
210         </property>
211         <item>
212          <layout class="QHBoxLayout" >
213           <property name="margin" >
214            <number>0</number>
215           </property>
216           <property name="spacing" >
217            <number>6</number>
218           </property>
219           <item>
220            <widget class="KLineEdit" name="languageLineEdit" >
221             <property name="enabled" >
222              <bool>false</bool>
223             </property>
224             <property name="whatsThis" >
225              <string>This filter is applied to text jobs of the specified language.  You may select more than one language by clicking the browse button and Ctrl-clicking on more than one in the list.  If blank the filter applies to all text jobs of any language.</string>
226             </property>
227            </widget>
228           </item>
229           <item>
230            <widget class="KPushButton" name="languageBrowseButton" >
231             <property name="whatsThis" >
232              <string>Click to select one or more languages.  This filter will be applied to text jobs of those languages.</string>
233             </property>
234             <property name="text" >
235              <string>...</string>
236             </property>
237            </widget>
238           </item>
239          </layout>
240         </item>
241         <item>
242          <widget class="KLineEdit" name="appIdLineEdit" >
243           <property name="whatsThis" >
244            <string>&lt;qt>Enter a DCOP Application ID.  This filter will only apply to text jobs queued by that application.  You may enter more than one ID separated by commas.  Use &lt;b>knotify&lt;/b> to match all messages sent as KDE notifications.  If blank, this filter applies to text jobs queued by all applications.  Tip: Use kdcop from the command line to get the Application IDs of running applications.  Example: "konversation, kvirc,ksirc,kopete"&lt;/qt></string>
245           </property>
246          </widget>
247         </item>
248        </layout>
249       </item>
250      </layout>
251     </widget>
252    </item>
253    <item row="5" column="0" >
254     <layout class="QHBoxLayout" >
255      <property name="margin" >
256       <number>0</number>
257      </property>
258      <property name="spacing" >
259       <number>6</number>
260      </property>
261      <item>
262       <widget class="KPushButton" name="loadButton" >
263        <property name="sizePolicy" >
264         <sizepolicy>
265          <hsizetype>1</hsizetype>
266          <vsizetype>0</vsizetype>
267          <horstretch>0</horstretch>
268          <verstretch>0</verstretch>
269         </sizepolicy>
270        </property>
271        <property name="whatsThis" >
272         <string>Click to load a Sentence Boundary Detection configuration from a file.</string>
273        </property>
274        <property name="text" >
275         <string>Lo&amp;ad...</string>
276        </property>
277       </widget>
278      </item>
279      <item>
280       <widget class="KPushButton" name="saveButton" >
281        <property name="sizePolicy" >
282         <sizepolicy>
283          <hsizetype>1</hsizetype>
284          <vsizetype>0</vsizetype>
285          <horstretch>0</horstretch>
286          <verstretch>0</verstretch>
287         </sizepolicy>
288        </property>
289        <property name="whatsThis" >
290         <string>Click to save this Sentence Boundary Detection configuration to a file.</string>
291        </property>
292        <property name="text" >
293         <string>Sa&amp;ve...</string>
294        </property>
295       </widget>
296      </item>
297      <item>
298       <widget class="KPushButton" name="clearButton" >
299        <property name="sizePolicy" >
300         <sizepolicy>
301          <hsizetype>1</hsizetype>
302          <vsizetype>0</vsizetype>
303          <horstretch>0</horstretch>
304          <verstretch>0</verstretch>
305         </sizepolicy>
306        </property>
307        <property name="whatsThis" >
308         <string>Click to clear everything.</string>
309        </property>
310        <property name="text" >
311         <string>Cl&amp;ear</string>
312        </property>
313       </widget>
314      </item>
315     </layout>
316    </item>
317   </layout>
318  </widget>
319  <layoutdefault spacing="6" margin="11" />
320  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
321  <customwidgets>
322   <customwidget>
323    <class>KPushButton</class>
324    <extends>QPushButton</extends>
325    <header>kpushbutton.h</header>
326    <container>1</container>
327    <pixmap></pixmap>
328   </customwidget>
329   <customwidget>
330    <class>KLineEdit</class>
331    <extends>QLineEdit</extends>
332    <header>klineedit.h</header>
333    <container>1</container>
334    <pixmap></pixmap>
335   </customwidget>
336  </customwidgets>
337  <tabstops>
338   <tabstop>nameLineEdit</tabstop>
339   <tabstop>reLineEdit</tabstop>
340   <tabstop>reButton</tabstop>
341   <tabstop>sbLineEdit</tabstop>
342   <tabstop>languageLineEdit</tabstop>
343   <tabstop>languageBrowseButton</tabstop>
344   <tabstop>appIdLineEdit</tabstop>
345  </tabstops>
346  <resources/>
347  <connections/>
348 </ui>