2010-11-06 23:04:47 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-01-21 19:14:11 +01:00
|
|
|
<width>667</width>
|
2010-11-11 22:58:02 +01:00
|
|
|
<height>459</height>
|
2010-11-06 23:04:47 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>LameXP - Audio Encoder Front-end</string>
|
|
|
|
</property>
|
2010-11-08 01:36:36 +01:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/sound.png</normaloff>:/icons/sound.png</iconset>
|
|
|
|
</property>
|
2010-11-06 23:04:47 +01:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tabSourceFiles">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/music.png</normaloff>:/icons/music.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Source Files</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QTableView" name="sourceFileView">
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollMode">
|
|
|
|
<enum>QAbstractItemView::ScrollPerPixel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderHighlightSections">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderHighlightSections">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonAddFiles">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Add File(s)</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonRemoveFile">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonClearFiles">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/bin.png</normaloff>:/icons/bin.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonFileUp">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/arrow_up.png</normaloff>:/icons/arrow_up.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonFileDown">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/arrow_down.png</normaloff>:/icons/arrow_down.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-11-10 19:44:51 +01:00
|
|
|
<widget class="QPushButton" name="buttonShowDetails">
|
2010-11-06 23:04:47 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2010-11-10 19:44:51 +01:00
|
|
|
<width>105</width>
|
2010-11-06 23:04:47 +01:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-11-10 19:44:51 +01:00
|
|
|
<string>Show Details</string>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
2010-11-10 19:44:51 +01:00
|
|
|
<normaloff>:/icons/zoom.png</normaloff>:/icons/zoom.png</iconset>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabOutputDir">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/folder_go.png</normaloff>:/icons/folder_go.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Output Directory</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="outputFolderLabel">
|
2010-12-28 03:57:48 +01:00
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="Link">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="Link">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="Link">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
</property>
|
2010-11-06 23:04:47 +01:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-12-28 21:26:16 +01:00
|
|
|
<string notr="true">($OUTDIR)</string>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeView" name="outputFolderView">
|
2010-11-25 20:41:59 +01:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
2010-11-06 23:04:47 +01:00
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonGotoHome">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>124</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Goto Home Folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/house.png</normaloff>:/icons/house.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonGotoMusic">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>124</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Goto Music Folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/music.png</normaloff>:/icons/music.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonGotoDesktop">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>124</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Goto Desktop Folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/monitor.png</normaloff>:/icons/monitor.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonMakeFolder">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>124</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Make New Folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-01-03 22:24:58 +01:00
|
|
|
<widget class="QFrame" name="frame_2">
|
|
|
|
<property name="maximumSize">
|
2010-11-06 23:04:47 +01:00
|
|
|
<size>
|
2011-01-03 22:24:58 +01:00
|
|
|
<width>16777215</width>
|
|
|
|
<height>2</height>
|
2010-11-06 23:04:47 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2011-01-03 22:24:58 +01:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::HLine</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-11-06 23:04:47 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2010-12-14 01:25:13 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="saveToSourceFolderCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save output files to the same location where the input file is located</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_11">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>15</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="prependRelativePathCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Prepend relative source file path to output file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-11-06 23:04:47 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-11-10 00:59:50 +01:00
|
|
|
<widget class="QWidget" name="tabMetaData">
|
2010-11-06 23:04:47 +01:00
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
2010-11-10 00:59:50 +01:00
|
|
|
<normaloff>:/icons/cd_edit.png</normaloff>:/icons/cd_edit.png</iconset>
|
2010-11-06 23:04:47 +01:00
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
2010-11-10 00:59:50 +01:00
|
|
|
<string>Meta Data</string>
|
2010-11-06 23:04:47 +01:00
|
|
|
</attribute>
|
2010-11-10 00:59:50 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
2010-11-06 23:04:47 +01:00
|
|
|
<item row="0" column="0">
|
2010-11-10 00:59:50 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
2010-11-10 19:44:51 +01:00
|
|
|
<item row="0" column="1" colspan="2">
|
2010-11-10 00:59:50 +01:00
|
|
|
<widget class="QGroupBox" name="metaDataGroupBox">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-10 00:59:50 +01:00
|
|
|
<property name="title">
|
|
|
|
<string> Meta Information </string>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-10 00:59:50 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_9">
|
2010-11-10 19:44:51 +01:00
|
|
|
<item row="0" column="0" colspan="4">
|
|
|
|
<widget class="QTableView" name="metaDataView">
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderHighlightSections">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderHighlightSections">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QPushButton" name="buttonEditMeta">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/table_edit.png</normaloff>:/icons/table_edit.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLabel" name="labelEditMetaHint">
|
|
|
|
<property name="text">
|
|
|
|
<string>Note: Meta information you enter here will <u>supersede</u> data from the source!</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-10 00:59:50 +01:00
|
|
|
<item row="3" column="0">
|
2010-11-10 19:44:51 +01:00
|
|
|
<widget class="QLabel" name="labelEditMetaIcon">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="../res/Icons.qrc">:/icons/feed.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QPushButton" name="buttonClearMeta">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-11-10 00:59:50 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
2010-11-06 23:04:47 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-10 19:44:51 +01:00
|
|
|
<item row="1" column="1" rowspan="2" colspan="2">
|
2010-11-10 00:59:50 +01:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-10 00:59:50 +01:00
|
|
|
<property name="title">
|
|
|
|
<string> Options </string>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-10 00:59:50 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_11">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_10">
|
2010-11-10 19:44:51 +01:00
|
|
|
<item row="0" column="1">
|
2010-11-10 00:59:50 +01:00
|
|
|
<widget class="QCheckBox" name="generatePlaylistCheckBox">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-11-11 22:58:02 +01:00
|
|
|
<string>Automatically generate playlist file (.m3u)</string>
|
2010-11-10 00:59:50 +01:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="writeMetaDataCheckBox">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Write meta information to encoded files</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-11-06 23:04:47 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-11-10 00:59:50 +01:00
|
|
|
<widget class="QWidget" name="tabCompressionSetting">
|
2010-11-06 23:04:47 +01:00
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
2010-11-10 00:59:50 +01:00
|
|
|
<normaloff>:/icons/compress.png</normaloff>:/icons/compress.png</iconset>
|
2010-11-06 23:04:47 +01:00
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
2010-11-10 00:59:50 +01:00
|
|
|
<string>Compression</string>
|
2010-11-06 23:04:47 +01:00
|
|
|
</attribute>
|
2010-11-10 00:59:50 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
2010-11-06 23:04:47 +01:00
|
|
|
<item row="0" column="0">
|
2010-11-11 22:58:02 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>75</height>
|
|
|
|
</size>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="title">
|
|
|
|
<string> Encoder / Format </string>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QRadioButton" name="radioButtonEncoderMP3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Lame MP3</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QRadioButton" name="radioButtonEncoderVorbis">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ogg Vorbis</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QRadioButton" name="radioButtonEncoderAAC">
|
|
|
|
<property name="text">
|
|
|
|
<string>Nero AAC</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QRadioButton" name="radioButtonEncoderPCM">
|
|
|
|
<property name="text">
|
|
|
|
<string>Wave (PCM)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QRadioButton" name="radioButtonEncoderFLAC">
|
|
|
|
<property name="text">
|
|
|
|
<string>FLAC</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<spacer name="horizontalSpacer_7">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-11-06 23:04:47 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-11 22:58:02 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="minimumSize">
|
2010-11-06 23:04:47 +01:00
|
|
|
<size>
|
2010-11-11 22:58:02 +01:00
|
|
|
<width>0</width>
|
|
|
|
<height>75</height>
|
2010-11-06 23:04:47 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="title">
|
|
|
|
<string> Rate Control Method </string>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_13">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_12">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QRadioButton" name="radioButtonModeQuality">
|
|
|
|
<property name="text">
|
|
|
|
<string>Quality-based (VBR)</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QRadioButton" name="radioButtonModeAverageBitrate">
|
|
|
|
<property name="text">
|
|
|
|
<string>Average Bitrate (ABR)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QRadioButton" name="radioButtonConstBitrate">
|
|
|
|
<property name="text">
|
|
|
|
<string>Constant Bitrate (CBR)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<spacer name="horizontalSpacer_8">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-11-06 23:04:47 +01:00
|
|
|
</item>
|
2010-11-11 22:58:02 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="minimumSize">
|
2010-11-06 23:04:47 +01:00
|
|
|
<size>
|
2010-11-11 22:58:02 +01:00
|
|
|
<width>0</width>
|
|
|
|
<height>100</height>
|
2010-11-06 23:04:47 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string> Quality / Bitrate </string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_15">
|
|
|
|
<item row="0" column="2">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_14">
|
|
|
|
<item row="1" column="2" colspan="3">
|
|
|
|
<widget class="QSlider" name="sliderBitrate">
|
|
|
|
<property name="minimum">
|
2010-11-15 04:42:06 +01:00
|
|
|
<number>0</number>
|
2010-11-11 22:58:02 +01:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
2010-11-15 04:42:06 +01:00
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
<property name="tracking">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="invertedAppearance">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksBelow</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
2010-11-15 04:42:06 +01:00
|
|
|
<number>1</number>
|
2010-11-11 22:58:02 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
2010-11-15 04:42:06 +01:00
|
|
|
<widget class="QLabel" name="labelBitrateMin">
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Minimum</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="4">
|
2010-11-15 04:42:06 +01:00
|
|
|
<widget class="QLabel" name="labelBitrateMax">
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Maximum</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="3">
|
|
|
|
<widget class="QLabel" name="labelBitrate">
|
2010-11-15 04:42:06 +01:00
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>120</red>
|
|
|
|
<green>120</green>
|
|
|
|
<blue>120</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="text">
|
2010-12-28 21:26:16 +01:00
|
|
|
<string notr="true">(VALUE)</string>
|
2010-11-11 22:58:02 +01:00
|
|
|
</property>
|
2010-11-15 04:42:06 +01:00
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::RichText</enum>
|
|
|
|
</property>
|
2010-11-11 22:58:02 +01:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>8</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<spacer name="horizontalSpacer_9">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="5">
|
|
|
|
<spacer name="horizontalSpacer_10">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-11-06 23:04:47 +01:00
|
|
|
</item>
|
2010-11-11 22:58:02 +01:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
2010-11-06 23:04:47 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabOptions">
|
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/cog.png</normaloff>:/icons/cog.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Advanced Options</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_8">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
2011-01-21 19:14:11 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
2010-12-05 23:11:03 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2011-01-21 19:14:11 +01:00
|
|
|
<property name="title">
|
|
|
|
<string> LAME Algorithm Quality </string>
|
2010-12-05 23:11:03 +01:00
|
|
|
</property>
|
2011-01-21 19:14:11 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_17">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_16">
|
|
|
|
<item row="1" column="1" colspan="3">
|
|
|
|
<widget class="QSlider" name="sliderLameAlgoQuality">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksBelow</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<spacer name="horizontalSpacer_12">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Maximum</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="4">
|
|
|
|
<spacer name="horizontalSpacer_13">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>8</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Faster Processing</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="labelLameAlgoQuality">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">(VALUE)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Better quality</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-12-05 23:11:03 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-06 23:04:47 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
2011-01-21 19:14:11 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-11-06 23:04:47 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>12</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::HLine</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonStart">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string> Encode Now!</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonAbout">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>About...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonQuit">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string> Exit Program</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
2011-01-03 22:24:58 +01:00
|
|
|
<normaloff>:/icons/door_in.png</normaloff>:/icons/door_in.png</iconset>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-01-21 19:14:11 +01:00
|
|
|
<width>667</width>
|
2010-11-06 23:04:47 +01:00
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2010-12-03 20:26:34 +01:00
|
|
|
<property name="nativeMenuBar">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-11-06 23:04:47 +01:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="actionOpenFolder"/>
|
|
|
|
<addaction name="actionClearAll"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionQuit"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>?</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionCheckUpdates"/>
|
|
|
|
<addaction name="actionVisitHomepage"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
<property name="title">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
2010-11-08 00:24:54 +01:00
|
|
|
<widget class="QMenu" name="menuStyle">
|
|
|
|
<property name="title">
|
|
|
|
<string>Style</string>
|
|
|
|
</property>
|
2010-12-30 16:12:21 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset>
|
|
|
|
</property>
|
2010-11-08 00:24:54 +01:00
|
|
|
<addaction name="actionStylePlastique"/>
|
|
|
|
<addaction name="actionStyleCleanlooks"/>
|
2010-11-08 21:47:35 +01:00
|
|
|
<addaction name="actionStyleWindowsVista"/>
|
|
|
|
<addaction name="actionStyleWindowsXP"/>
|
|
|
|
<addaction name="actionStyleWindowsClassic"/>
|
2010-11-08 00:24:54 +01:00
|
|
|
</widget>
|
2010-12-28 03:57:48 +01:00
|
|
|
<widget class="QMenu" name="menuLanguage">
|
|
|
|
<property name="title">
|
|
|
|
<string>Language</string>
|
|
|
|
</property>
|
2010-12-30 16:12:21 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
2011-01-09 02:15:20 +01:00
|
|
|
<normaloff>:/icons/user_comment.png</normaloff>:/icons/user_comment.png</iconset>
|
2010-12-30 16:12:21 +01:00
|
|
|
</property>
|
2011-01-06 00:53:52 +01:00
|
|
|
<addaction name="actionLoadTranslationFromFile"/>
|
2010-12-28 03:57:48 +01:00
|
|
|
</widget>
|
2010-11-06 23:04:47 +01:00
|
|
|
<addaction name="actionSourceFiles"/>
|
|
|
|
<addaction name="actionOutputDirectory"/>
|
|
|
|
<addaction name="actionMetaData"/>
|
2010-11-10 00:59:50 +01:00
|
|
|
<addaction name="actionCompression"/>
|
2010-11-06 23:04:47 +01:00
|
|
|
<addaction name="actionAdvancedOptions"/>
|
2010-11-08 00:24:54 +01:00
|
|
|
<addaction name="separator"/>
|
2010-12-28 03:57:48 +01:00
|
|
|
<addaction name="menuLanguage"/>
|
2010-11-08 00:24:54 +01:00
|
|
|
<addaction name="menuStyle"/>
|
2010-11-06 23:04:47 +01:00
|
|
|
</widget>
|
2010-11-29 20:36:27 +01:00
|
|
|
<widget class="QMenu" name="menuTools">
|
|
|
|
<property name="title">
|
|
|
|
<string>Tools</string>
|
|
|
|
</property>
|
2010-12-12 01:49:07 +01:00
|
|
|
<widget class="QMenu" name="menuConfiguration">
|
|
|
|
<property name="title">
|
|
|
|
<string>Configuration</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/wrench.png</normaloff>:/icons/wrench.png</iconset>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionDisableSounds"/>
|
|
|
|
<addaction name="actionDisableUpdateReminder"/>
|
2010-12-19 21:23:43 +01:00
|
|
|
<addaction name="actionDisableWmaDecoderNotifications"/>
|
|
|
|
<addaction name="actionDisableNeroAacNotifications"/>
|
2010-12-12 01:49:07 +01:00
|
|
|
</widget>
|
|
|
|
<addaction name="menuConfiguration"/>
|
|
|
|
<addaction name="actionInstallWMADecoder"/>
|
2010-12-22 01:01:01 +01:00
|
|
|
<addaction name="actionShowDropBoxWidget"/>
|
2010-11-29 20:36:27 +01:00
|
|
|
</widget>
|
2010-11-06 23:04:47 +01:00
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuView"/>
|
2010-11-29 20:36:27 +01:00
|
|
|
<addaction name="menuTools"/>
|
2010-11-06 23:04:47 +01:00
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>About...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionQuit">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/door_out.png</normaloff>:/icons/door_out.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Quit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSourceFiles">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Source Files</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOutputDirectory">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Output Directory</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCompression">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Compression</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMetaData">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Meta Data</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAdvancedOptions">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Advanced Options</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpen">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/page_white_add.png</normaloff>:/icons/page_white_add.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Open File(s)...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionVisitHomepage">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/world.png</normaloff>:/icons/world.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-11-08 00:24:54 +01:00
|
|
|
<string>Visit Official Web-Site</string>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
2010-11-07 23:06:30 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Visit Official Web-Site</string>
|
|
|
|
</property>
|
2010-11-06 23:04:47 +01:00
|
|
|
</action>
|
|
|
|
<action name="actionCheckUpdates">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
2010-11-07 23:06:30 +01:00
|
|
|
<normaloff>:/icons/transmit_blue.png</normaloff>:/icons/transmit_blue.png</iconset>
|
2010-11-06 23:04:47 +01:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Check for Updates</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpenFolder">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Open Folder...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionClearAll">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-11-08 00:24:54 +01:00
|
|
|
<action name="actionStylePlastique">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Plastique</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStyleCleanlooks">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Cleanlooks</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-11-08 21:47:35 +01:00
|
|
|
<action name="actionStyleWindowsVista">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Windows Vista ("Aero")</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStyleWindowsClassic">
|
2010-11-08 00:24:54 +01:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-11-08 21:47:35 +01:00
|
|
|
<string>Windows Classic</string>
|
2010-11-08 00:24:54 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2010-11-08 21:47:35 +01:00
|
|
|
<action name="actionStyleWindowsXP">
|
2010-11-08 00:24:54 +01:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-11-08 21:47:35 +01:00
|
|
|
<string>Windows XP ("Luna")</string>
|
2010-11-08 00:24:54 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2010-11-29 20:36:27 +01:00
|
|
|
<action name="actionDisableUpdateReminder">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Disable Update Reminder</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisableSounds">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Disable Sound Effects</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-12-12 01:49:07 +01:00
|
|
|
<action name="actionInstallWMADecoder">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/wma.png</normaloff>:/icons/wma.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Install WMA Decoder</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-12-19 21:23:43 +01:00
|
|
|
<action name="actionDisableNeroAacNotifications">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Disable Nero AAC Notifications</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisableWmaDecoderNotifications">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Disable WMA Decoder Notifications</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-12-22 01:01:01 +01:00
|
|
|
<action name="actionShowDropBoxWidget">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/package.png</normaloff>:/icons/package.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show DropBox</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-12-28 03:57:48 +01:00
|
|
|
<action name="actionLanguageEnglish">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-30 16:12:21 +01:00
|
|
|
<property name="icon">
|
2011-01-03 22:24:58 +01:00
|
|
|
<iconset>
|
2010-12-30 16:12:21 +01:00
|
|
|
<normaloff>:/flags/gb.png</normaloff>:/flags/gb.png</iconset>
|
|
|
|
</property>
|
2010-12-28 03:57:48 +01:00
|
|
|
<property name="text">
|
2010-12-28 21:26:16 +01:00
|
|
|
<string notr="true">English</string>
|
2010-12-28 03:57:48 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2011-01-06 00:53:52 +01:00
|
|
|
<action name="actionLoadTranslationFromFile">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/Icons.qrc">
|
|
|
|
<normaloff>:/icons/folder_page.png</normaloff>:/icons/folder_page.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>From File...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-11-06 23:04:47 +01:00
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="../res/Icons.qrc"/>
|
2010-12-30 16:12:21 +01:00
|
|
|
<include location="../res/Flags.qrc"/>
|
2010-12-14 01:25:13 +01:00
|
|
|
<include location="../res/Images.qrc"/>
|
|
|
|
<include location="../res/Icons.qrc"/>
|
|
|
|
<include location="../res/Images.qrc"/>
|
|
|
|
<include location="../res/Icons.qrc"/>
|
2011-01-09 02:15:20 +01:00
|
|
|
<include location="../res/Images.qrc"/>
|
|
|
|
<include location="../res/Icons.qrc"/>
|
2011-01-21 19:14:11 +01:00
|
|
|
<include location="../res/Images.qrc"/>
|
|
|
|
<include location="../res/Icons.qrc"/>
|
2010-12-14 01:25:13 +01:00
|
|
|
<include location="../res/Images.qrc"/>
|
2011-01-03 22:24:58 +01:00
|
|
|
<include location="../res/Icons.qrc"/>
|
|
|
|
<include location="../res/Images.qrc"/>
|
|
|
|
<include location="../res/Icons.qrc"/>
|
|
|
|
<include location="../res/Images.qrc"/>
|
2011-01-06 00:53:52 +01:00
|
|
|
<include location="../res/Icons.qrc"/>
|
|
|
|
<include location="../res/Images.qrc"/>
|
|
|
|
<include location="../res/Icons.qrc"/>
|
|
|
|
<include location="../res/Images.qrc"/>
|
2010-11-06 23:04:47 +01:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>actionAbout</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>buttonAbout</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>304</x>
|
|
|
|
<y>433</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>actionQuit</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>buttonQuit</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>602</x>
|
|
|
|
<y>416</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>actionOpen</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>buttonAddFiles</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>67</x>
|
|
|
|
<y>460</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>sourceFileView</sender>
|
2010-11-26 00:29:53 +01:00
|
|
|
<signal>activated(QModelIndex)</signal>
|
2010-11-10 19:44:51 +01:00
|
|
|
<receiver>buttonShowDetails</receiver>
|
2010-11-06 23:04:47 +01:00
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>327</x>
|
|
|
|
<y>253</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>587</x>
|
|
|
|
<y>460</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>saveToSourceFolderCheckBox</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>outputFolderView</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>327</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>327</x>
|
|
|
|
<y>264</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>saveToSourceFolderCheckBox</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>outputFolderLabel</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>327</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>327</x>
|
|
|
|
<y>72</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>saveToSourceFolderCheckBox</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>buttonGotoDesktop</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>344</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>215</x>
|
|
|
|
<y>430</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>saveToSourceFolderCheckBox</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>buttonGotoHome</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>344</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>84</x>
|
|
|
|
<y>430</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>saveToSourceFolderCheckBox</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>buttonMakeFolder</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>344</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>603</x>
|
|
|
|
<y>430</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>saveToSourceFolderCheckBox</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>buttonGotoMusic</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>344</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>214</x>
|
|
|
|
<y>430</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>actionClearAll</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>buttonClearFiles</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>255</x>
|
|
|
|
<y>460</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2010-11-10 00:59:50 +01:00
|
|
|
<connection>
|
|
|
|
<sender>writeMetaDataCheckBox</sender>
|
|
|
|
<signal>clicked(bool)</signal>
|
2010-11-10 19:44:51 +01:00
|
|
|
<receiver>metaDataView</receiver>
|
2010-11-10 00:59:50 +01:00
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>177</x>
|
|
|
|
<y>285</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>336</x>
|
2010-11-10 19:44:51 +01:00
|
|
|
<y>252</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>writeMetaDataCheckBox</sender>
|
|
|
|
<signal>clicked(bool)</signal>
|
|
|
|
<receiver>buttonEditMeta</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>183</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>596</x>
|
|
|
|
<y>404</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>writeMetaDataCheckBox</sender>
|
|
|
|
<signal>clicked(bool)</signal>
|
|
|
|
<receiver>labelEditMetaHint</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>183</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>299</x>
|
|
|
|
<y>404</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>writeMetaDataCheckBox</sender>
|
|
|
|
<signal>clicked(bool)</signal>
|
|
|
|
<receiver>labelEditMetaIcon</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>183</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>39</x>
|
|
|
|
<y>404</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>writeMetaDataCheckBox</sender>
|
|
|
|
<signal>clicked(bool)</signal>
|
|
|
|
<receiver>buttonClearMeta</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>183</x>
|
|
|
|
<y>465</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>500</x>
|
|
|
|
<y>404</y>
|
2010-11-10 00:59:50 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2010-11-21 21:51:22 +01:00
|
|
|
<connection>
|
|
|
|
<sender>saveToSourceFolderCheckBox</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>generatePlaylistCheckBox</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>70</x>
|
|
|
|
<y>79</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>70</x>
|
|
|
|
<y>79</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2010-11-26 00:29:53 +01:00
|
|
|
<connection>
|
|
|
|
<sender>metaDataView</sender>
|
|
|
|
<signal>activated(QModelIndex)</signal>
|
|
|
|
<receiver>buttonEditMeta</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>70</x>
|
|
|
|
<y>79</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>65</x>
|
|
|
|
<y>79</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2010-12-14 01:25:13 +01:00
|
|
|
<connection>
|
|
|
|
<sender>saveToSourceFolderCheckBox</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>prependRelativePathCheckBox</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>70</x>
|
|
|
|
<y>79</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>70</x>
|
|
|
|
<y>79</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2010-11-06 23:04:47 +01:00
|
|
|
</connections>
|
|
|
|
</ui>
|