Remove this line
[kdeaccessibility.git] / kttsd / plugins / command / commandconfwidget.ui
blobbff567f44ae317b09f17470ba7fc45c11e11bdd5
1 <ui version="4.0" stdsetdef="1" >
2   <author></author>
3   <comment></comment>
4   <exportmacro></exportmacro>
5   <class>CommandConfWidget</class>
6   <widget class="QWidget" name="CommandConfWidget" >
7     <property name="geometry" >
8       <rect>
9         <x>0</x>
10         <y>0</y>
11         <width>582</width>
12         <height>322</height>
13       </rect>
14     </property>
15     <layout class="QGridLayout" >
16       <property name="margin" >
17         <number>0</number>
18       </property>
19       <property name="spacing" >
20         <number>6</number>
21       </property>
22       <item row="0" column="0" >
23         <widget class="QGroupBox" name="confiurationBox" >
24           <property name="title" >
25             <string>Co&amp;mmand Configuration</string>
26           </property>
27           <layout class="QGridLayout" >
28             <property name="margin" >
29               <number>11</number>
30             </property>
31             <property name="spacing" >
32               <number>6</number>
33             </property>
34             <item row="1" column="0" >
35               <widget class="Line" name="line" >
36                 <property name="frameShape" >
37                   <enum>QFrame::HLine</enum>
38                 </property>
39                 <property name="frameShadow" >
40                   <enum>QFrame::Sunken</enum>
41                 </property>
42               </widget>
43             </item>
44             <item row="2" column="0" >
45               <widget class="QLabel" name="urlLabel" >
46                 <property name="text" >
47                   <string>Command &amp;for speaking texts:</string>
48                 </property>
49                 <property name="buddy" stdset="0" >
50                   <cstring>urlReq</cstring>
51                 </property>
52               </widget>
53             </item>
54             <item row="3" column="0" >
55               <widget class="KUrlRequester" name="urlReq" >
56                 <property name="whatsThis" stdset="0" >
57                   <string>This field specifies both the command used for speaking texts and its parameters. If you want to pass the text as a parameter, write %t at the place where the text should be inserted.  To pass a file of the text, write %f.  To synthesize only and let KTTSD play the synthesized text, write %w for the generated audio file.</string>
58                 </property>
59               </widget>
60             </item>
61             <item row="5" column="0" >
62               <layout class="QHBoxLayout" >
63                 <property name="margin" >
64                   <number>0</number>
65                 </property>
66                 <item>
67                   <widget class="QCheckBox" name="stdInButton" >
68                     <property name="text" >
69                       <string>&amp;Send the data as standard input</string>
70                     </property>
71                     <property name="whatsThis" stdset="0" >
72                       <string>This check box specifies whether the text is sent as standard input (stdin) to the speech synthesizer.</string>
73                     </property>
74                   </widget>
75                 </item>
76                 <item>
77                   <spacer name="spacer1" >
78                     <property name="sizeHint" >
79                       <size>
80                         <width>201</width>
81                         <height>20</height>
82                       </size>
83                     </property>
84                     <property name="sizeType" >
85                       <enum>Expanding</enum>
86                     </property>
87                     <property name="orientation" >
88                       <enum>Horizontal</enum>
89                     </property>
90                   </spacer>
91                 </item>
92                 <item>
93                   <widget class="QPushButton" name="commandTestButton" >
94                     <property name="text" >
95                       <string>&amp;Test</string>
96                     </property>
97                   </widget>
98                 </item>
99               </layout>
100             </item>
101             <item row="4" column="0" >
102               <layout class="QHBoxLayout" >
103                 <property name="margin" >
104                   <number>0</number>
105                 </property>
106                 <item>
107                   <widget class="QLabel" name="characterCodingLabel" >
108                     <property name="sizePolicy" >
109                       <sizepolicy>
110                         <hsizetype>5</hsizetype>
111                         <vsizetype>5</vsizetype>
112                         <horstretch>0</horstretch>
113                         <verstretch>0</verstretch>
114                       </sizepolicy>
115                     </property>
116                     <property name="text" >
117                       <string>Character &amp;encoding:</string>
118                     </property>
119                     <property name="buddy" stdset="0" >
120                       <cstring>characterCodingBox</cstring>
121                     </property>
122                   </widget>
123                 </item>
124                 <item>
125                   <widget class="KComboBox" name="characterCodingBox" >
126                     <property name="sizePolicy" >
127                       <sizepolicy>
128                         <hsizetype>7</hsizetype>
129                         <vsizetype>0</vsizetype>
130                         <horstretch>0</horstretch>
131                         <verstretch>0</verstretch>
132                       </sizepolicy>
133                     </property>
134                     <property name="whatsThis" stdset="0" >
135                       <string>This combo box specifies which character encoding is used for passing the text.</string>
136                     </property>
137                   </widget>
138                 </item>
139               </layout>
140             </item>
141             <item row="0" column="0" >
142               <widget class="QLabel" name="explanationLabel" >
143                 <property name="text" >
144                   <string>Parameters:
145   %t: Text to be spoken
146   %f: Filename of a temporary file containing the text
147   %l: Language (two letter code)
148   %w: Filename of a temporary file for generated audio</string>
149                 </property>
150               </widget>
151             </item>
152           </layout>
153         </widget>
154       </item>
155       <item row="1" column="0" >
156         <spacer name="spacer2" >
157           <property name="sizeHint" >
158             <size>
159               <width>20</width>
160               <height>30</height>
161             </size>
162           </property>
163           <property name="sizeType" >
164             <enum>Expanding</enum>
165           </property>
166           <property name="orientation" >
167             <enum>Vertical</enum>
168           </property>
169         </spacer>
170       </item>
171     </layout>
172   </widget>
173   <layoutdefault spacing="6" margin="11" />
174     <customwidgets>
175     <customwidget>
176       <class>KComboBox</class>
177       <extends>QComboBox</extends>
178       <header>kcombobox.h</header>
179       <container>0</container>
180       <pixmap></pixmap>
181     </customwidget>
182   </customwidgets>
183   <tabstops>
184     <tabstop>urlReq</tabstop>
185     <tabstop>characterCodingBox</tabstop>
186     <tabstop>stdInButton</tabstop>
187     <tabstop>commandTestButton</tabstop>
188   </tabstops>
189   <includes>
190     <include location="global" >kurlrequester.h</include>
191     <include location="global" >klineedit.h</include>
192     <include location="global" >kpushbutton.h</include>
193     <include location="global" >kcombobox.h</include>
194   </includes>
195 </ui>