Move C linkage binding for c++ to exporting header files instead of includes.
[Rockbox.git] / rbutil / rbutilqt / sapicfgfrm.ui
blob4d77c51ea7241a1a2498b08003a7b7d3659e0655
1 <ui version="4.0" >
2  <class>SapiCfgFrm</class>
3  <widget class="QDialog" name="SapiCfgFrm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>511</width>
9     <height>242</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Configuration</string>
14   </property>
15   <layout class="QHBoxLayout" >
16    <item>
17     <widget class="QGroupBox" name="groupBox" >
18      <property name="title" >
19       <string>Configure TTS Engine</string>
20      </property>
21      <layout class="QGridLayout" >
22       <item row="0" column="0" >
23        <widget class="QLabel" name="label_3" >
24         <property name="text" >
25          <string>Language</string>
26         </property>
27        </widget>
28       </item>
29       <item row="0" column="1" >
30        <widget class="QComboBox" name="languagecombo" />
31       </item>
32       <item row="1" column="0" >
33        <widget class="QLabel" name="label" >
34         <property name="text" >
35          <string>Voice</string>
36         </property>
37        </widget>
38       </item>
39       <item row="1" column="1" >
40        <widget class="QComboBox" name="voicecombo" />
41       </item>
42       <item row="2" column="0" >
43        <widget class="QLabel" name="label_4" >
44         <property name="text" >
45          <string>Speed</string>
46         </property>
47        </widget>
48       </item>
49       <item row="2" column="1" >
50        <widget class="QSpinBox" name="speed" >
51         <property name="minimum" >
52          <number>-10</number>
53         </property>
54         <property name="maximum" >
55          <number>10</number>
56         </property>
57        </widget>
58       </item>
59       <item row="3" column="0" >
60        <widget class="QLabel" name="label_2" >
61         <property name="text" >
62          <string>TTS options</string>
63         </property>
64        </widget>
65       </item>
66       <item row="3" column="1" >
67        <widget class="QLineEdit" name="ttsoptions" />
68       </item>
69       <item row="5" column="0" colspan="2" >
70        <spacer>
71         <property name="orientation" >
72          <enum>Qt::Vertical</enum>
73         </property>
74         <property name="sizeHint" >
75          <size>
76           <width>473</width>
77           <height>21</height>
78          </size>
79         </property>
80        </spacer>
81       </item>
82       <item row="6" column="0" colspan="2" >
83        <layout class="QHBoxLayout" >
84         <item>
85          <widget class="QPushButton" name="reset" >
86           <property name="text" >
87            <string>Reset</string>
88           </property>
89          </widget>
90         </item>
91         <item>
92          <spacer>
93           <property name="orientation" >
94            <enum>Qt::Horizontal</enum>
95           </property>
96           <property name="sizeHint" >
97            <size>
98             <width>40</width>
99             <height>20</height>
100            </size>
101           </property>
102          </spacer>
103         </item>
104         <item>
105          <widget class="QPushButton" name="buttonOk" >
106           <property name="text" >
107            <string>&amp;Ok</string>
108           </property>
109           <property name="icon" >
110            <iconset resource="rbutilqt.qrc" >:/icons/go-next.png</iconset>
111           </property>
112          </widget>
113         </item>
114         <item>
115          <widget class="QPushButton" name="buttonCancel" >
116           <property name="text" >
117            <string>&amp;Cancel</string>
118           </property>
119           <property name="icon" >
120            <iconset resource="rbutilqt.qrc" >:/icons/process-stop.png</iconset>
121           </property>
122          </widget>
123         </item>
124        </layout>
125       </item>
126       <item row="4" column="0" colspan="2" >
127        <widget class="QCheckBox" name="usesapi4" >
128         <property name="text" >
129          <string>Use Sapi 4</string>
130         </property>
131        </widget>
132       </item>
133      </layout>
134     </widget>
135    </item>
136   </layout>
137  </widget>
138  <resources>
139   <include location="rbutilqt.qrc" />
140  </resources>
141  <connections>
142   <connection>
143    <sender>buttonOk</sender>
144    <signal>clicked()</signal>
145    <receiver>SapiCfgFrm</receiver>
146    <slot>accept()</slot>
147    <hints>
148     <hint type="sourcelabel" >
149      <x>253</x>
150      <y>147</y>
151     </hint>
152     <hint type="destinationlabel" >
153      <x>203</x>
154      <y>86</y>
155     </hint>
156    </hints>
157   </connection>
158   <connection>
159    <sender>buttonCancel</sender>
160    <signal>clicked()</signal>
161    <receiver>SapiCfgFrm</receiver>
162    <slot>reject()</slot>
163    <hints>
164     <hint type="sourcelabel" >
165      <x>352</x>
166      <y>147</y>
167     </hint>
168     <hint type="destinationlabel" >
169      <x>203</x>
170      <y>86</y>
171     </hint>
172    </hints>
173   </connection>
174  </connections>
175 </ui>