summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/sapicfgfrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/sapicfgfrm.ui')
-rw-r--r--rbutil/rbutilqt/sapicfgfrm.ui168
1 files changed, 168 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/sapicfgfrm.ui b/rbutil/rbutilqt/sapicfgfrm.ui
new file mode 100644
index 0000000000..34e3591aba
--- /dev/null
+++ b/rbutil/rbutilqt/sapicfgfrm.ui
@@ -0,0 +1,168 @@
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="QVBoxLayout" >
22 <item>
23 <widget class="QLabel" name="label" >
24 <property name="sizePolicy" >
25 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
26 <horstretch>0</horstretch>
27 <verstretch>255</verstretch>
28 </sizepolicy>
29 </property>
30 <property name="text" >
31 <string>Path to TTS Engine</string>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <layout class="QHBoxLayout" >
37 <item>
38 <widget class="QLineEdit" name="ttspath" />
39 </item>
40 <item>
41 <widget class="QPushButton" name="browse" >
42 <property name="text" >
43 <string>&amp;Browse</string>
44 </property>
45 </widget>
46 </item>
47 </layout>
48 </item>
49 <item>
50 <widget class="QLabel" name="label_2" >
51 <property name="text" >
52 <string>TTS options</string>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QLineEdit" name="ttsoptions" />
58 </item>
59 <item>
60 <widget class="QLabel" name="label_3" >
61 <property name="text" >
62 <string>Language</string>
63 </property>
64 </widget>
65 </item>
66 <item>
67 <widget class="QLineEdit" name="ttslanguage" />
68 </item>
69 <item>
70 <spacer>
71 <property name="orientation" >
72 <enum>Qt::Vertical</enum>
73 </property>
74 <property name="sizeHint" >
75 <size>
76 <width>20</width>
77 <height>40</height>
78 </size>
79 </property>
80 </spacer>
81 </item>
82 <item>
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/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/icons/process-stop.png</iconset>
121 </property>
122 </widget>
123 </item>
124 </layout>
125 </item>
126 </layout>
127 </widget>
128 </item>
129 </layout>
130 </widget>
131 <resources>
132 <include location="rbutilqt.qrc" />
133 </resources>
134 <connections>
135 <connection>
136 <sender>buttonOk</sender>
137 <signal>clicked()</signal>
138 <receiver>SapiCfgFrm</receiver>
139 <slot>accept()</slot>
140 <hints>
141 <hint type="sourcelabel" >
142 <x>253</x>
143 <y>147</y>
144 </hint>
145 <hint type="destinationlabel" >
146 <x>203</x>
147 <y>86</y>
148 </hint>
149 </hints>
150 </connection>
151 <connection>
152 <sender>buttonCancel</sender>
153 <signal>clicked()</signal>
154 <receiver>SapiCfgFrm</receiver>
155 <slot>reject()</slot>
156 <hints>
157 <hint type="sourcelabel" >
158 <x>352</x>
159 <y>147</y>
160 </hint>
161 <hint type="destinationlabel" >
162 <x>203</x>
163 <y>86</y>
164 </hint>
165 </hints>
166 </connection>
167 </connections>
168</ui>