summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/createvoicefrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/createvoicefrm.ui')
-rw-r--r--rbutil/rbutilqt/createvoicefrm.ui191
1 files changed, 191 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/createvoicefrm.ui b/rbutil/rbutilqt/createvoicefrm.ui
new file mode 100644
index 0000000000..8847409f37
--- /dev/null
+++ b/rbutil/rbutilqt/createvoicefrm.ui
@@ -0,0 +1,191 @@
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>637</width>
12 <height>421</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/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 </item>
48 <item row="2" column="1" colspan="2" >
49 <widget class="QGroupBox" name="groupBox_2" >
50 <property name="title" >
51 <string>Generation settings</string>
52 </property>
53 <layout class="QGridLayout" >
54 <item row="0" column="0" >
55 <widget class="QLabel" name="labelEncProfile" >
56 <property name="text" >
57 <string>Encoder profile:</string>
58 </property>
59 </widget>
60 </item>
61 <item row="1" column="0" >
62 <widget class="QLabel" name="labelTtsProfile" >
63 <property name="text" >
64 <string>TTS profile:</string>
65 </property>
66 </widget>
67 </item>
68 <item row="2" column="0" >
69 <widget class="QPushButton" name="change" >
70 <property name="sizePolicy" >
71 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
72 <horstretch>0</horstretch>
73 <verstretch>0</verstretch>
74 </sizepolicy>
75 </property>
76 <property name="text" >
77 <string>Change</string>
78 </property>
79 </widget>
80 </item>
81 <item row="2" column="1" >
82 <spacer>
83 <property name="orientation" >
84 <enum>Qt::Horizontal</enum>
85 </property>
86 <property name="sizeHint" >
87 <size>
88 <width>40</width>
89 <height>20</height>
90 </size>
91 </property>
92 </spacer>
93 </item>
94 </layout>
95 </widget>
96 </item>
97 <item row="3" column="1" >
98 <spacer>
99 <property name="orientation" >
100 <enum>Qt::Vertical</enum>
101 </property>
102 <property name="sizeHint" >
103 <size>
104 <width>20</width>
105 <height>201</height>
106 </size>
107 </property>
108 </spacer>
109 </item>
110 <item row="4" column="1" >
111 <spacer>
112 <property name="orientation" >
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="sizeHint" >
116 <size>
117 <width>40</width>
118 <height>20</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 <item row="4" column="2" >
124 <layout class="QHBoxLayout" >
125 <item>
126 <widget class="QPushButton" name="buttonOk" >
127 <property name="text" >
128 <string>&amp;Install</string>
129 </property>
130 <property name="icon" >
131 <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
132 </property>
133 </widget>
134 </item>
135 <item>
136 <widget class="QPushButton" name="buttonCancel" >
137 <property name="text" >
138 <string>&amp;Cancel</string>
139 </property>
140 <property name="icon" >
141 <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
142 </property>
143 </widget>
144 </item>
145 </layout>
146 </item>
147 </layout>
148 </widget>
149 <tabstops>
150 <tabstop>change</tabstop>
151 <tabstop>buttonOk</tabstop>
152 <tabstop>buttonCancel</tabstop>
153 </tabstops>
154 <resources>
155 <include location="rbutilqt.qrc" />
156 </resources>
157 <connections>
158 <connection>
159 <sender>buttonOk</sender>
160 <signal>clicked()</signal>
161 <receiver>CreateVoiceFrm</receiver>
162 <slot>accept()</slot>
163 <hints>
164 <hint type="sourcelabel" >
165 <x>472</x>
166 <y>418</y>
167 </hint>
168 <hint type="destinationlabel" >
169 <x>382</x>
170 <y>328</y>
171 </hint>
172 </hints>
173 </connection>
174 <connection>
175 <sender>buttonCancel</sender>
176 <signal>clicked()</signal>
177 <receiver>CreateVoiceFrm</receiver>
178 <slot>reject()</slot>
179 <hints>
180 <hint type="sourcelabel" >
181 <x>561</x>
182 <y>428</y>
183 </hint>
184 <hint type="destinationlabel" >
185 <x>522</x>
186 <y>332</y>
187 </hint>
188 </hints>
189 </connection>
190 </connections>
191</ui>