2009-08-23 18:57:50 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-05 16:17:35 +00:00
|
|
|
<class>InstallTalkFrm</class>
|
2009-08-23 18:57:50 +00:00
|
|
|
<widget class="QDialog" name="InstallTalkFrm">
|
|
|
|
<property name="windowModality">
|
2007-08-05 16:17:35 +00:00
|
|
|
<enum>Qt::WindowModal</enum>
|
|
|
|
</property>
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="geometry">
|
2007-08-05 16:17:35 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-06-13 21:04:27 +00:00
|
|
|
<width>722</width>
|
|
|
|
<height>448</height>
|
2007-08-05 16:17:35 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="windowTitle">
|
2007-08-05 16:17:35 +00:00
|
|
|
<string>Install Talk Files</string>
|
|
|
|
</property>
|
2009-08-23 18:57:50 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2012-06-13 21:04:27 +00:00
|
|
|
<item row="0" column="0" rowspan="4">
|
2009-08-23 18:57:50 +00:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2007-08-05 16:17:35 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="pixmap">
|
2011-10-01 19:16:31 +00:00
|
|
|
<pixmap resource="rbutilqt.qrc">:/icons/wizard.jpg</pixmap>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="alignment">
|
2007-08-05 16:17:35 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-08-23 18:57:50 +00:00
|
|
|
<item row="2" column="1" colspan="3">
|
2012-06-13 21:04:27 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="title">
|
2012-06-13 21:04:27 +00:00
|
|
|
<string>Generation options</string>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
2012-06-13 21:04:27 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QCheckBox" name="StripExtensions">
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="text">
|
2012-06-13 21:04:27 +00:00
|
|
|
<string>Strip Extensions</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
2007-08-05 16:17:35 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-13 21:04:27 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="talkFiles">
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="text">
|
2012-06-13 21:04:27 +00:00
|
|
|
<string>Generate for files</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>false</bool>
|
2007-12-14 19:49:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-13 21:04:27 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<spacer name="horizontalSpacer">
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="orientation">
|
2007-12-14 19:49:11 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-08-23 18:57:50 +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>
|
2012-06-13 21:04:27 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelTtsProfile">
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="text">
|
2012-06-13 21:04:27 +00:00
|
|
|
<string>TTS profile:</string>
|
2009-08-23 18:57:50 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-13 21:04:27 +00:00
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="talkFolders">
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="text">
|
2012-06-13 21:04:27 +00:00
|
|
|
<string>Generate for folders</string>
|
2009-08-23 18:57:50 +00:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
2012-06-13 21:04:27 +00:00
|
|
|
<widget class="QCheckBox" name="recursive">
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="text">
|
2012-06-13 21:04:27 +00:00
|
|
|
<string>Recurse into folders</string>
|
2009-08-23 18:57:50 +00:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-13 21:04:27 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="change">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2009-08-23 18:57:50 +00:00
|
|
|
</property>
|
2020-09-27 10:37:28 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="rbutilqt.qrc">
|
|
|
|
<normaloff>:/icons/preferences-system.svg</normaloff>:/icons/preferences-system.svg</iconset>
|
|
|
|
</property>
|
2012-06-13 21:04:27 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Change</string>
|
2009-08-23 18:57:50 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-13 21:04:27 +00:00
|
|
|
<item row="8" column="0">
|
2012-06-14 20:36:54 +00:00
|
|
|
<widget class="QCheckBox" name="ignoreEnabled">
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="text">
|
2012-06-13 21:04:27 +00:00
|
|
|
<string>Ignore files</string>
|
2009-08-23 18:57:50 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-13 21:04:27 +00:00
|
|
|
<item row="8" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="ignoreFiles"/>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1" colspan="2">
|
2009-10-13 20:51:20 +00:00
|
|
|
<widget class="QCheckBox" name="GenerateOnlyNew">
|
2009-08-23 18:57:50 +00:00
|
|
|
<property name="text">
|
2012-06-13 21:04:27 +00:00
|
|
|
<string>Skip existing</string>
|
2009-08-23 18:57:50 +00:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-13 21:04:27 +00:00
|
|
|
<item row="3" column="2" colspan="2">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonOk">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Install</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="rbutilqt.qrc">
|
2020-09-27 10:37:28 +00:00
|
|
|
<normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
|
2012-06-13 21:04:27 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonCancel">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Cancel</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="rbutilqt.qrc">
|
2020-09-27 10:37:28 +00:00
|
|
|
<normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
|
2012-06-13 21:04:27 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="3">
|
|
|
|
<widget class="QTreeView" name="treeView"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="3">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select folders for Talkfile generation (Ctrl for multiselect)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2007-08-05 16:17:35 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2007-12-14 19:49:11 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>buttonOk</tabstop>
|
|
|
|
<tabstop>buttonCancel</tabstop>
|
2012-06-13 21:04:27 +00:00
|
|
|
<tabstop>treeView</tabstop>
|
|
|
|
<tabstop>change</tabstop>
|
|
|
|
<tabstop>talkFiles</tabstop>
|
|
|
|
<tabstop>talkFolders</tabstop>
|
|
|
|
<tabstop>recursive</tabstop>
|
|
|
|
<tabstop>GenerateOnlyNew</tabstop>
|
|
|
|
<tabstop>StripExtensions</tabstop>
|
2012-06-14 20:36:54 +00:00
|
|
|
<tabstop>ignoreEnabled</tabstop>
|
2012-06-13 21:04:27 +00:00
|
|
|
<tabstop>ignoreFiles</tabstop>
|
2007-12-14 19:49:11 +00:00
|
|
|
</tabstops>
|
2007-08-05 16:17:35 +00:00
|
|
|
<resources>
|
2009-08-23 18:57:50 +00:00
|
|
|
<include location="rbutilqt.qrc"/>
|
2007-08-05 16:17:35 +00:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonOk</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>InstallTalkFrm</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
2009-08-23 18:57:50 +00:00
|
|
|
<hint type="sourcelabel">
|
2012-06-14 20:36:54 +00:00
|
|
|
<x>624</x>
|
|
|
|
<y>437</y>
|
2007-08-05 16:17:35 +00:00
|
|
|
</hint>
|
2009-08-23 18:57:50 +00:00
|
|
|
<hint type="destinationlabel">
|
2007-08-05 16:17:35 +00:00
|
|
|
<x>382</x>
|
|
|
|
<y>328</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonCancel</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>InstallTalkFrm</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
2009-08-23 18:57:50 +00:00
|
|
|
<hint type="sourcelabel">
|
2012-06-14 20:36:54 +00:00
|
|
|
<x>711</x>
|
|
|
|
<y>437</y>
|
2007-08-05 16:17:35 +00:00
|
|
|
</hint>
|
2009-08-23 18:57:50 +00:00
|
|
|
<hint type="destinationlabel">
|
2007-08-05 16:17:35 +00:00
|
|
|
<x>522</x>
|
|
|
|
<y>332</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|