2007-08-05 16:17:35 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>InstallTalkFrm</class>
|
|
|
|
<widget class="QDialog" name="InstallTalkFrm" >
|
|
|
|
<property name="windowModality" >
|
|
|
|
<enum>Qt::WindowModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-08-28 23:10:42 +00:00
|
|
|
<width>600</width>
|
|
|
|
<height>450</height>
|
2007-08-05 16:17:35 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Install Talk Files</string>
|
|
|
|
</property>
|
2008-05-27 20:02:25 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<item rowspan="6" row="0" column="0" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap" >
|
2008-03-27 23:39:49 +00:00
|
|
|
<pixmap resource="rbutilqt.qrc" >:/icons/wizard.xpm</pixmap>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-28 23:10:42 +00:00
|
|
|
<item row="0" column="1" colspan="3" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Select the Folder to generate Talkfiles for.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-28 23:10:42 +00:00
|
|
|
<item row="1" column="1" colspan="2" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<widget class="QLineEdit" name="lineTalkFolder" />
|
|
|
|
</item>
|
2007-08-28 23:10:42 +00:00
|
|
|
<item row="1" column="3" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<widget class="QPushButton" name="buttonBrowse" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Browse</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2008-05-27 20:02:25 +00:00
|
|
|
<iconset resource="rbutilqt.qrc" >
|
|
|
|
<normaloff>:/icons/system-search.png</normaloff>:/icons/system-search.png</iconset>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-28 23:10:42 +00:00
|
|
|
<item row="2" column="1" colspan="3" >
|
|
|
|
<widget class="QGroupBox" name="groupBox_2" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<property name="title" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<string>Generation settings</string>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="labelEncProfile" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<property name="text" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<string>Encoder profile:</string>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-28 23:10:42 +00:00
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="labelTtsProfile" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<property name="text" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<string>TTS profile:</string>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-12-14 19:49:11 +00:00
|
|
|
<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>
|
2008-05-27 20:02:25 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2007-12-14 19:49:11 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2007-08-05 16:17:35 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-28 23:10:42 +00:00
|
|
|
<item row="3" column="1" colspan="3" >
|
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<property name="title" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<string>Generation options</string>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
2008-05-27 20:02:25 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout" >
|
|
|
|
<item row="2" column="0" colspan="2" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<widget class="QCheckBox" name="recursive" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<property name="text" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<string>Run recursive</string>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
2007-10-12 15:52:04 +00:00
|
|
|
<property name="checked" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2007-08-05 16:17:35 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2008-05-27 20:02:25 +00:00
|
|
|
<item row="3" column="0" colspan="2" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<widget class="QCheckBox" name="StripExtensions" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<property name="text" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<string>Strip Extensions</string>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
2007-10-12 15:52:04 +00:00
|
|
|
<property name="checked" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2007-08-05 16:17:35 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2008-05-27 20:02:25 +00:00
|
|
|
<item row="4" column="0" colspan="2" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<widget class="QCheckBox" name="OverwriteTalk" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<property name="text" >
|
2007-08-28 23:10:42 +00:00
|
|
|
<string>Overwrite Talkfiles</string>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
2007-10-12 15:52:04 +00:00
|
|
|
<property name="checked" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-05-27 20:02:25 +00:00
|
|
|
<item row="1" column="0" colspan="2" >
|
2007-10-12 15:52:04 +00:00
|
|
|
<widget class="QCheckBox" name="talkFolders" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Generate .talk files for Folders</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-05-27 20:02:25 +00:00
|
|
|
<item row="0" column="0" colspan="2" >
|
2007-10-12 15:52:04 +00:00
|
|
|
<widget class="QCheckBox" name="talkFiles" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Generate .talk files for Files</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tristate" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2007-08-05 16:17:35 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-05-27 20:02:25 +00:00
|
|
|
<zorder>recursive</zorder>
|
|
|
|
<zorder>StripExtensions</zorder>
|
|
|
|
<zorder>OverwriteTalk</zorder>
|
|
|
|
<zorder>talkFolders</zorder>
|
|
|
|
<zorder>talkFiles</zorder>
|
|
|
|
<zorder>label_3</zorder>
|
|
|
|
<zorder>fileFilter</zorder>
|
2007-08-05 16:17:35 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2008-05-27 20:02:25 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2007-08-28 23:10:42 +00:00
|
|
|
<height>40</height>
|
2007-08-05 16:17:35 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2007-08-28 23:10:42 +00:00
|
|
|
<item row="5" column="1" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2008-05-27 20:02:25 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2007-08-28 23:10:42 +00:00
|
|
|
<item row="5" column="2" colspan="2" >
|
2007-08-05 16:17:35 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonOk" >
|
|
|
|
<property name="text" >
|
2007-09-15 18:49:18 +00:00
|
|
|
<string>&Install</string>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2008-05-27 20:02:25 +00:00
|
|
|
<iconset resource="rbutilqt.qrc" >
|
|
|
|
<normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonCancel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Cancel</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2008-05-27 20:02:25 +00:00
|
|
|
<iconset resource="rbutilqt.qrc" >
|
|
|
|
<normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2007-12-14 19:49:11 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>lineTalkFolder</tabstop>
|
|
|
|
<tabstop>buttonBrowse</tabstop>
|
|
|
|
<tabstop>change</tabstop>
|
|
|
|
<tabstop>talkFiles</tabstop>
|
|
|
|
<tabstop>talkFolders</tabstop>
|
|
|
|
<tabstop>recursive</tabstop>
|
|
|
|
<tabstop>StripExtensions</tabstop>
|
|
|
|
<tabstop>OverwriteTalk</tabstop>
|
|
|
|
<tabstop>buttonOk</tabstop>
|
|
|
|
<tabstop>buttonCancel</tabstop>
|
|
|
|
</tabstops>
|
2007-08-05 16:17:35 +00:00
|
|
|
<resources>
|
|
|
|
<include location="rbutilqt.qrc" />
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonOk</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>InstallTalkFrm</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>InstallTalkFrm</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>
|