Give pitch_detector the IRAMming it deserves.
[kugel-rb.git] / rbutil / rbutilqt / createvoicefrm.ui
blob968e0c1ebab42697014a57e5254dd42de9f99a10
1 <ui version="4.0" >
2  <class>CreateVoiceFrm</class>
3  <widget class="QDialog" name="CreateVoiceFrm" >
4   <property name="windowModality" >
5    <enum>Qt::WindowModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>659</width>
12     <height>482</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Create Voice File</string>
17   </property>
18   <layout class="QGridLayout" >
19    <item rowspan="5" row="0" column="0" >
20     <widget class="QLabel" name="label" >
21      <property name="text" >
22       <string/>
23      </property>
24      <property name="pixmap" >
25       <pixmap resource="rbutilqt.qrc" >:/icons/wizard.xpm</pixmap>
26      </property>
27      <property name="alignment" >
28       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
29      </property>
30     </widget>
31    </item>
32    <item row="0" column="1" colspan="2" >
33     <widget class="QLabel" name="label_2" >
34      <property name="sizePolicy" >
35       <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="text" >
41       <string>Select the Language you want to generate a voicefile for:</string>
42      </property>
43     </widget>
44    </item>
45    <item row="1" column="1" colspan="2" >
46     <widget class="QComboBox" name="comboLanguage" >
47      <property name="accessibleName" >
48       <string>Language</string>
49      </property>
50     </widget>
51    </item>
52    <item row="2" column="1" colspan="2" >
53     <widget class="QGroupBox" name="groupBox_2" >
54      <property name="title" >
55       <string>Generation settings</string>
56      </property>
57      <layout class="QGridLayout" >
58       <item row="0" column="0" >
59        <widget class="QLabel" name="labelEncProfile" >
60         <property name="text" >
61          <string>Encoder profile:</string>
62         </property>
63        </widget>
64       </item>
65       <item row="1" column="0" >
66        <widget class="QLabel" name="labelTtsProfile" >
67         <property name="text" >
68          <string>TTS profile:</string>
69         </property>
70        </widget>
71       </item>
72       <item row="2" column="0" >
73        <widget class="QPushButton" name="change" >
74         <property name="sizePolicy" >
75          <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
76           <horstretch>0</horstretch>
77           <verstretch>0</verstretch>
78          </sizepolicy>
79         </property>
80         <property name="text" >
81          <string>Change</string>
82         </property>
83        </widget>
84       </item>
85       <item row="2" column="1" >
86        <spacer>
87         <property name="orientation" >
88          <enum>Qt::Horizontal</enum>
89         </property>
90         <property name="sizeHint" >
91          <size>
92           <width>40</width>
93           <height>20</height>
94          </size>
95         </property>
96        </spacer>
97       </item>
98      </layout>
99     </widget>
100    </item>
101    <item row="4" column="1" >
102     <spacer>
103      <property name="orientation" >
104       <enum>Qt::Vertical</enum>
105      </property>
106      <property name="sizeHint" >
107       <size>
108        <width>20</width>
109        <height>201</height>
110       </size>
111      </property>
112     </spacer>
113    </item>
114    <item row="5" column="1" >
115     <spacer>
116      <property name="orientation" >
117       <enum>Qt::Horizontal</enum>
118      </property>
119      <property name="sizeHint" >
120       <size>
121        <width>40</width>
122        <height>20</height>
123       </size>
124      </property>
125     </spacer>
126    </item>
127    <item row="5" column="2" >
128     <layout class="QHBoxLayout" >
129      <item>
130       <widget class="QPushButton" name="buttonOk" >
131        <property name="text" >
132         <string>&amp;Install</string>
133        </property>
134        <property name="icon" >
135         <iconset resource="rbutilqt.qrc" >:/icons/go-next.png</iconset>
136        </property>
137       </widget>
138      </item>
139      <item>
140       <widget class="QPushButton" name="buttonCancel" >
141        <property name="text" >
142         <string>&amp;Cancel</string>
143        </property>
144        <property name="icon" >
145         <iconset resource="rbutilqt.qrc" >:/icons/process-stop.png</iconset>
146        </property>
147       </widget>
148      </item>
149     </layout>
150    </item>
151    <item row="3" column="1" colspan="2" >
152     <layout class="QHBoxLayout" >
153      <item>
154       <widget class="QLabel" name="label_3" >
155        <property name="text" >
156         <string>Wavtrim Threshold</string>
157        </property>
158       </widget>
159      </item>
160      <item>
161       <widget class="QSpinBox" name="wavtrimthreshold" >
162        <property name="accessibleName" >
163         <string>Wavtrim Threshold</string>
164        </property>
165        <property name="maximum" >
166         <number>5000</number>
167        </property>
168        <property name="value" >
169         <number>500</number>
170        </property>
171       </widget>
172      </item>
173     </layout>
174    </item>
175   </layout>
176  </widget>
177  <tabstops>
178   <tabstop>comboLanguage</tabstop>
179   <tabstop>change</tabstop>
180   <tabstop>wavtrimthreshold</tabstop>
181   <tabstop>buttonOk</tabstop>
182   <tabstop>buttonCancel</tabstop>
183  </tabstops>
184  <resources>
185   <include location="rbutilqt.qrc" />
186  </resources>
187  <connections>
188   <connection>
189    <sender>buttonOk</sender>
190    <signal>clicked()</signal>
191    <receiver>CreateVoiceFrm</receiver>
192    <slot>accept()</slot>
193    <hints>
194     <hint type="sourcelabel" >
195      <x>472</x>
196      <y>418</y>
197     </hint>
198     <hint type="destinationlabel" >
199      <x>382</x>
200      <y>328</y>
201     </hint>
202    </hints>
203   </connection>
204   <connection>
205    <sender>buttonCancel</sender>
206    <signal>clicked()</signal>
207    <receiver>CreateVoiceFrm</receiver>
208    <slot>reject()</slot>
209    <hints>
210     <hint type="sourcelabel" >
211      <x>561</x>
212      <y>428</y>
213     </hint>
214     <hint type="destinationlabel" >
215      <x>522</x>
216      <y>332</y>
217     </hint>
218    </hints>
219   </connection>
220  </connections>
221 </ui>