Remove .a files before running ar, to avoid problems with renamed files remaining...
[kugel-rb.git] / rbutil / rbutilqt / ttsexescfgfrm.ui
bloba8df51c8471d59daae88cc8eaecbe11af1a08650
1 <ui version="4.0" >
2  <class>TTSExesCfgFrm</class>
3  <widget class="QDialog" name="TTSExesCfgFrm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>463</width>
9     <height>214</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        <spacer>
61         <property name="orientation" >
62          <enum>Qt::Vertical</enum>
63         </property>
64         <property name="sizeHint" >
65          <size>
66           <width>20</width>
67           <height>40</height>
68          </size>
69         </property>
70        </spacer>
71       </item>
72       <item>
73        <layout class="QHBoxLayout" >
74         <item>
75          <widget class="QPushButton" name="reset" >
76           <property name="text" >
77            <string>Reset</string>
78           </property>
79          </widget>
80         </item>
81         <item>
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         <item>
95          <widget class="QPushButton" name="buttonOk" >
96           <property name="text" >
97            <string>&amp;Ok</string>
98           </property>
99           <property name="icon" >
100            <iconset resource="rbutilqt.qrc" >:/icons/go-next.png</iconset>
101           </property>
102          </widget>
103         </item>
104         <item>
105          <widget class="QPushButton" name="buttonCancel" >
106           <property name="text" >
107            <string>&amp;Cancel</string>
108           </property>
109           <property name="icon" >
110            <iconset resource="rbutilqt.qrc" >:/icons/process-stop.png</iconset>
111           </property>
112          </widget>
113         </item>
114        </layout>
115       </item>
116      </layout>
117     </widget>
118    </item>
119   </layout>
120  </widget>
121  <resources>
122   <include location="rbutilqt.qrc" />
123  </resources>
124  <connections>
125   <connection>
126    <sender>buttonOk</sender>
127    <signal>clicked()</signal>
128    <receiver>TTSExesCfgFrm</receiver>
129    <slot>accept()</slot>
130    <hints>
131     <hint type="sourcelabel" >
132      <x>253</x>
133      <y>147</y>
134     </hint>
135     <hint type="destinationlabel" >
136      <x>203</x>
137      <y>86</y>
138     </hint>
139    </hints>
140   </connection>
141   <connection>
142    <sender>buttonCancel</sender>
143    <signal>clicked()</signal>
144    <receiver>TTSExesCfgFrm</receiver>
145    <slot>reject()</slot>
146    <hints>
147     <hint type="sourcelabel" >
148      <x>352</x>
149      <y>147</y>
150     </hint>
151     <hint type="destinationlabel" >
152      <x>203</x>
153      <y>86</y>
154     </hint>
155    </hints>
156   </connection>
157  </connections>
158 </ui>