relicense to gplv2+
[kdeaccessibility.git] / kmouth / texttospeechconfigurationui.ui
blob87ddd1cb1d240d33cc13a9c57a385c7460a52bbd
1 <ui version="4.0" stdsetdef="1" >
2   <author></author>
3   <comment></comment>
4   <exportmacro></exportmacro>
5   <class>texttospeechconfigurationui</class>
6   <widget class="QWidget" name="texttospeechconfigurationui" >
7     <property name="geometry" >
8       <rect>
9         <x>0</x>
10         <y>0</y>
11         <width>391</width>
12         <height>222</height>
13       </rect>
14     </property>
15     <property name="windowTitle" >
16       <string>Text-to-Speech</string>
17     </property>
18     <layout class="QVBoxLayout" >
19       <property name="margin" >
20         <number>11</number>
21       </property>
22       <property name="spacing" >
23         <number>6</number>
24       </property>
25       <item>
26         <layout class="QVBoxLayout" >
27           <property name="margin" >
28             <number>0</number>
29           </property>
30           <property name="spacing" >
31             <number>6</number>
32           </property>
33           <item>
34             <widget class="QLabel" name="urlLabel" >
35               <property name="sizePolicy" >
36                 <sizepolicy>
37                   <hsizetype>5</hsizetype>
38                   <vsizetype>0</vsizetype>
39                   <horstretch>0</horstretch>
40                   <verstretch>0</verstretch>
41                 </sizepolicy>
42               </property>
43               <property name="text" >
44                 <string>C&amp;ommand for speaking texts:</string>
45               </property>
46               <property name="buddy" stdset="0" >
47                 <cstring>urlReq</cstring>
48               </property>
49               <property name="whatsThis" stdset="0" >
50                 <string>This field specifies both the command used for speaking texts and its parameters. KMouth knows the following placeholders:
51 %t -- the text that should be spoken
52 %f -- the name of a file containing the text
53 %l -- the language code
54 %% -- a percent sign</string>
55               </property>
56             </widget>
57           </item>
58           <item>
59             <widget class="KUrlRequester" name="urlReq" >
60               <property name="sizePolicy" >
61                 <sizepolicy>
62                   <hsizetype>5</hsizetype>
63                   <vsizetype>0</vsizetype>
64                   <horstretch>0</horstretch>
65                   <verstretch>0</verstretch>
66                 </sizepolicy>
67               </property>
68               <property name="whatsThis" stdset="0" >
69                 <string>This field specifies both the command used for speaking texts and its parameters. KMouth knows the following placeholders:
70 %t -- the text that should be spoken
71 %f -- the name of a file containing the text
72 %l -- the language code
73 %% -- a percent sign</string>
74               </property>
75             </widget>
76           </item>
77         </layout>
78       </item>
79       <item>
80         <layout class="QVBoxLayout" >
81           <property name="margin" >
82             <number>0</number>
83           </property>
84           <property name="spacing" >
85             <number>6</number>
86           </property>
87           <item>
88             <widget class="QLabel" name="characterCodingLabel" >
89               <property name="sizePolicy" >
90                 <sizepolicy>
91                   <hsizetype>5</hsizetype>
92                   <vsizetype>0</vsizetype>
93                   <horstretch>0</horstretch>
94                   <verstretch>0</verstretch>
95                 </sizepolicy>
96               </property>
97               <property name="text" >
98                 <string>Character &amp;encoding:</string>
99               </property>
100               <property name="buddy" stdset="0" >
101                 <cstring>characterCodingBox</cstring>
102               </property>
103               <property name="whatsThis" stdset="0" >
104                 <string>This combo box specifies which character encoding is used for passing the text.</string>
105               </property>
106             </widget>
107           </item>
108           <item>
109             <widget class="KComboBox" name="characterCodingBox" >
110               <property name="whatsThis" stdset="0" >
111                 <string>This combo box specifies which character encoding is used for passing the text.</string>
112               </property>
113             </widget>
114           </item>
115         </layout>
116       </item>
117       <item>
118         <widget class="QCheckBox" name="stdInButton" >
119           <property name="text" >
120             <string>Send the data as standard &amp;input</string>
121           </property>
122           <property name="whatsThis" stdset="0" >
123             <string>This check box specifies whether the text is sent as standard input to the speech synthesizer.</string>
124           </property>
125         </widget>
126       </item>
127       <item>
128         <widget class="QCheckBox" name="useKttsd" >
129           <property name="text" >
130             <string>&amp;Use KTTSD speech service if possible</string>
131           </property>
132           <property name="whatsThis" stdset="0" >
133             <string>This check box specifies KMouth tries to use the KTTSD speech service prior to calling the speech synthesizer directly. The KTTSD speech service is a KDE daemon which gives KDE applications a standardized interface for speech synthesis and is currently developed in CVS.</string>
134           </property>
135         </widget>
136       </item>
137     </layout>
138   </widget>
139   <layoutdefault spacing="6" margin="11" />
140   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
141   <customwidgets>
142     <customwidget>
143       <class>KComboBox</class>
144       <extends>QComboBox</extends>
145       <header>kcombobox.h</header>
146       <container>0</container>
147       <pixmap></pixmap>
148     </customwidget>
149   </customwidgets>
150 </ui>