| <ui version="4.0" > |
| <class>CreateVoiceFrm</class> |
| <widget class="QDialog" name="CreateVoiceFrm" > |
| <property name="windowModality" > |
| <enum>Qt::WindowModal</enum> |
| </property> |
| <property name="geometry" > |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>659</width> |
| <height>482</height> |
| </rect> |
| </property> |
| <property name="windowTitle" > |
| <string>Create Voice File</string> |
| </property> |
| <layout class="QGridLayout" > |
| <item rowspan="5" row="0" column="0" > |
| <widget class="QLabel" name="label" > |
| <property name="text" > |
| <string/> |
| </property> |
| <property name="pixmap" > |
| <pixmap resource="rbutilqt.qrc" >:/icons/wizard.xpm</pixmap> |
| </property> |
| <property name="alignment" > |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1" colspan="2" > |
| <widget class="QLabel" name="label_2" > |
| <property name="sizePolicy" > |
| <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text" > |
| <string>Select the Language you want to generate a voicefile for:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1" colspan="2" > |
| <widget class="QComboBox" name="comboLanguage" > |
| <property name="accessibleName" > |
| <string>Language</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="1" colspan="2" > |
| <widget class="QGroupBox" name="groupBox_2" > |
| <property name="title" > |
| <string>Generation settings</string> |
| </property> |
| <layout class="QGridLayout" > |
| <item row="0" column="0" > |
| <widget class="QLabel" name="labelEncProfile" > |
| <property name="text" > |
| <string>Encoder profile:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0" > |
| <widget class="QLabel" name="labelTtsProfile" > |
| <property name="text" > |
| <string>TTS profile:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="0" > |
| <widget class="QPushButton" name="change" > |
| <property name="sizePolicy" > |
| <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text" > |
| <string>Change</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="1" > |
| <spacer> |
| <property name="orientation" > |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" > |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="4" column="1" > |
| <spacer> |
| <property name="orientation" > |
| <enum>Qt::Vertical</enum> |
| </property> |
| <property name="sizeHint" > |
| <size> |
| <width>20</width> |
| <height>201</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item row="5" column="1" > |
| <spacer> |
| <property name="orientation" > |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" > |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item row="5" column="2" > |
| <layout class="QHBoxLayout" > |
| <item> |
| <widget class="QPushButton" name="buttonOk" > |
| <property name="text" > |
| <string>&Install</string> |
| </property> |
| <property name="icon" > |
| <iconset resource="rbutilqt.qrc" >:/icons/go-next.png</iconset> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="buttonCancel" > |
| <property name="text" > |
| <string>&Cancel</string> |
| </property> |
| <property name="icon" > |
| <iconset resource="rbutilqt.qrc" >:/icons/process-stop.png</iconset> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="3" column="1" colspan="2" > |
| <layout class="QHBoxLayout" > |
| <item> |
| <widget class="QLabel" name="label_3" > |
| <property name="text" > |
| <string>Wavtrim Threshold</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QSpinBox" name="wavtrimthreshold" > |
| <property name="accessibleName" > |
| <string>Wavtrim Threshold</string> |
| </property> |
| <property name="maximum" > |
| <number>5000</number> |
| </property> |
| <property name="value" > |
| <number>500</number> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| <tabstops> |
| <tabstop>comboLanguage</tabstop> |
| <tabstop>change</tabstop> |
| <tabstop>wavtrimthreshold</tabstop> |
| <tabstop>buttonOk</tabstop> |
| <tabstop>buttonCancel</tabstop> |
| </tabstops> |
| <resources> |
| <include location="rbutilqt.qrc" /> |
| </resources> |
| <connections> |
| <connection> |
| <sender>buttonOk</sender> |
| <signal>clicked()</signal> |
| <receiver>CreateVoiceFrm</receiver> |
| <slot>accept()</slot> |
| <hints> |
| <hint type="sourcelabel" > |
| <x>472</x> |
| <y>418</y> |
| </hint> |
| <hint type="destinationlabel" > |
| <x>382</x> |
| <y>328</y> |
| </hint> |
| </hints> |
| </connection> |
| <connection> |
| <sender>buttonCancel</sender> |
| <signal>clicked()</signal> |
| <receiver>CreateVoiceFrm</receiver> |
| <slot>reject()</slot> |
| <hints> |
| <hint type="sourcelabel" > |
| <x>561</x> |
| <y>428</y> |
| </hint> |
| <hint type="destinationlabel" > |
| <x>522</x> |
| <y>332</y> |
| </hint> |
| </hints> |
| </connection> |
| </connections> |
| </ui> |