2012-01-28 16:40:14 +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>
|
2012-01-29 00:57:47 +01:00
|
|
|
<width>720</width>
|
|
|
|
<height>640</height>
|
2012-01-28 16:40:14 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2014-04-18 14:41:20 +02:00
|
|
|
<string>Simple x264/x265 Launcher</string>
|
2012-01-28 16:40:14 +01:00
|
|
|
</property>
|
2012-01-28 18:55:40 +01:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2012-01-30 04:58:42 +01:00
|
|
|
<property name="opaqueResize">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-01-29 00:57:47 +01:00
|
|
|
<property name="handleWidth">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
2012-01-28 18:55:40 +01:00
|
|
|
<property name="childrenCollapsible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QTableView" name="jobsView">
|
2012-02-02 22:53:40 +01:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2012-01-31 00:13:32 +01:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::ActionsContextMenu</enum>
|
|
|
|
</property>
|
2012-01-28 23:24:41 +01:00
|
|
|
<property name="alternatingRowColors">
|
2012-02-13 16:44:50 +01:00
|
|
|
<bool>false</bool>
|
2012-01-28 23:24:41 +01:00
|
|
|
</property>
|
2012-01-28 18:55:40 +01:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="cornerButtonEnabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderHighlightSections">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
2012-01-29 00:57:47 +01:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string> Job Details </string>
|
2012-01-28 23:24:41 +01:00
|
|
|
</property>
|
2012-01-29 00:57:47 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
2012-02-02 02:13:02 +01:00
|
|
|
<property name="mouseTracking">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2012-01-29 00:57:47 +01:00
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<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>3</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListView" name="logView">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Lucida Console</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
2012-01-31 00:13:32 +01:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::ActionsContextMenu</enum>
|
|
|
|
</property>
|
2012-01-29 19:14:46 +01:00
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
2012-01-29 00:57:47 +01:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::NoSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="editDetails">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-01-28 23:24:41 +01:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::HLine</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
2012-01-28 18:55:40 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonAddJob">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>128</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Add New Job</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/add.png</normaloff>:/buttons/add.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>
|
2012-01-29 21:31:09 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelBuildDate">
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>126</red>
|
|
|
|
<green>126</green>
|
|
|
|
<blue>126</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>126</red>
|
|
|
|
<green>126</green>
|
|
|
|
<blue>126</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>
|
2012-01-31 20:28:40 +01:00
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>WhatsThisCursor</cursorShape>
|
|
|
|
</property>
|
2012-01-29 21:31:09 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>(Version)</string>
|
|
|
|
</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>
|
2012-01-28 23:24:41 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonStartJob">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>104</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Start Job</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/play_big.png</normaloff>:/buttons/play_big.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-02-02 02:13:02 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonPauseJob">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>104</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Pause Job</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/pause.png</normaloff>:/buttons/pause.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-01-28 23:24:41 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonAbortJob">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>104</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Abort Job</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-01-28 18:55:40 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-01-28 16:40:14 +01:00
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-01-29 00:57:47 +01:00
|
|
|
<width>720</width>
|
2012-01-28 16:40:14 +01:00
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2012-01-28 18:55:40 +01:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
2015-12-20 13:59:42 +01:00
|
|
|
<string>Application</string>
|
2012-01-28 18:55:40 +01:00
|
|
|
</property>
|
2015-12-20 13:59:42 +01:00
|
|
|
<widget class="QMenu" name="menuRemove_Jobs">
|
|
|
|
<property name="title">
|
|
|
|
<string>Clean-Up</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/clean.png</normaloff>:/buttons/clean.png</iconset>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionCleanup_Finished"/>
|
|
|
|
<addaction name="actionCleanup_Enqueued"/>
|
|
|
|
</widget>
|
2018-02-26 17:57:46 +01:00
|
|
|
<widget class="QMenu" name="menuRemove_PostOperation">
|
|
|
|
<property name="title">
|
|
|
|
<string>On Completion</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/flag.png</normaloff>:/buttons/flag.png</iconset>
|
|
|
|
</property>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPostOp_PowerDown"/>
|
|
|
|
<addaction name="actionPostOp_Hibernate"/>
|
2018-02-26 20:38:37 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPostOp_DoNothing"/>
|
2018-02-26 17:57:46 +01:00
|
|
|
</widget>
|
2013-05-11 01:50:05 +02:00
|
|
|
<addaction name="actionOpen"/>
|
2015-12-20 13:59:42 +01:00
|
|
|
<addaction name="actionCreateJob"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="menuRemove_Jobs"/>
|
2018-02-26 17:57:46 +01:00
|
|
|
<addaction name="menuRemove_PostOperation"/>
|
2013-05-11 01:50:05 +02:00
|
|
|
<addaction name="separator"/>
|
2012-02-02 02:13:02 +01:00
|
|
|
<addaction name="actionPreferences"/>
|
|
|
|
<addaction name="separator"/>
|
2012-01-28 18:55:40 +01:00
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
2012-01-28 23:24:41 +01:00
|
|
|
<widget class="QMenu" name="menu">
|
|
|
|
<property name="title">
|
|
|
|
<string>?</string>
|
|
|
|
</property>
|
2012-02-05 15:42:41 +01:00
|
|
|
<widget class="QMenu" name="menuDownloadX264">
|
|
|
|
<property name="title">
|
|
|
|
<string>Download x264 Binaries</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
|
|
|
|
</property>
|
2020-01-19 12:56:14 +01:00
|
|
|
<addaction name="actionWebX264LigH"/>
|
2016-06-12 14:31:31 +02:00
|
|
|
<addaction name="actionWebX264VideoLAN"/>
|
|
|
|
<addaction name="actionWebX264Komisar"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionWebX264FreeCodecs"/>
|
2012-02-05 15:42:41 +01:00
|
|
|
</widget>
|
2013-08-07 16:00:46 +02:00
|
|
|
<widget class="QMenu" name="menuDownloadAvisynth">
|
|
|
|
<property name="title">
|
|
|
|
<string>Download Avisynth</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionWebAvisynth32"/>
|
|
|
|
<addaction name="actionWebAvisynth64"/>
|
2016-06-12 14:31:31 +02:00
|
|
|
<addaction name="separator"/>
|
2014-01-29 23:59:16 +01:00
|
|
|
<addaction name="actionWebAvisynthPlus"/>
|
2013-08-07 16:00:46 +02:00
|
|
|
</widget>
|
2016-06-12 14:31:31 +02:00
|
|
|
<widget class="QMenu" name="menuDownloadX265">
|
2014-02-21 19:28:17 +01:00
|
|
|
<property name="title">
|
|
|
|
<string>Download x265 Binaries</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
|
|
|
|
</property>
|
2016-06-12 14:31:31 +02:00
|
|
|
<addaction name="actionWebX265LigH"/>
|
2020-01-19 12:56:14 +01:00
|
|
|
<addaction name="actionWebX265Fllear"/>
|
2016-06-12 14:31:31 +02:00
|
|
|
<addaction name="actionWebX265Snowfag"/>
|
2014-02-21 19:28:17 +01:00
|
|
|
<addaction name="separator"/>
|
2016-06-12 14:31:31 +02:00
|
|
|
<addaction name="actionWebX265FreeCodecs"/>
|
2014-02-21 19:28:17 +01:00
|
|
|
</widget>
|
2013-11-22 17:01:13 +01:00
|
|
|
<addaction name="actionCheckForUpdates"/>
|
|
|
|
<addaction name="separator"/>
|
2012-01-29 15:57:23 +01:00
|
|
|
<addaction name="actionWebMulder"/>
|
|
|
|
<addaction name="actionWebX264"/>
|
2014-02-21 19:28:17 +01:00
|
|
|
<addaction name="actionWebX265"/>
|
2012-02-16 23:58:33 +01:00
|
|
|
<addaction name="actionWebSupport"/>
|
2012-02-05 15:42:41 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="menuDownloadX264"/>
|
2016-06-12 14:31:31 +02:00
|
|
|
<addaction name="menuDownloadX265"/>
|
2013-08-07 16:00:46 +02:00
|
|
|
<addaction name="menuDownloadAvisynth"/>
|
|
|
|
<addaction name="actionWebVapourSynth"/>
|
2012-01-30 17:50:19 +01:00
|
|
|
<addaction name="separator"/>
|
2014-05-05 15:05:37 +02:00
|
|
|
<addaction name="actionOnlineDocX264"/>
|
|
|
|
<addaction name="actionOnlineDocX265"/>
|
2012-01-30 17:50:19 +01:00
|
|
|
<addaction name="actionWebBluRay"/>
|
2012-02-13 16:44:50 +01:00
|
|
|
<addaction name="actionWebAvsWiki"/>
|
2013-08-07 16:00:46 +02:00
|
|
|
<addaction name="actionWebVapourSynthDocs"/>
|
2012-02-05 15:42:41 +01:00
|
|
|
<addaction name="actionWebSecret"/>
|
2012-01-29 15:57:23 +01:00
|
|
|
<addaction name="separator"/>
|
2012-01-28 23:24:41 +01:00
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
2012-01-31 00:13:32 +01:00
|
|
|
<widget class="QMenu" name="menuJob">
|
|
|
|
<property name="title">
|
|
|
|
<string>Job</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionJob_Start"/>
|
2012-02-02 02:13:02 +01:00
|
|
|
<addaction name="actionJob_Pause"/>
|
2012-01-31 00:13:32 +01:00
|
|
|
<addaction name="actionJob_Abort"/>
|
2012-02-14 23:36:44 +01:00
|
|
|
<addaction name="separator"/>
|
2012-02-02 22:53:40 +01:00
|
|
|
<addaction name="actionJob_Browse"/>
|
|
|
|
<addaction name="actionJob_Delete"/>
|
2012-02-14 23:36:44 +01:00
|
|
|
<addaction name="actionJob_Restart"/>
|
2014-04-20 17:38:55 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionJob_MoveUp"/>
|
|
|
|
<addaction name="actionJob_MoveDown"/>
|
2012-01-31 00:13:32 +01:00
|
|
|
</widget>
|
2012-01-28 18:55:40 +01:00
|
|
|
<addaction name="menuFile"/>
|
2012-01-31 00:13:32 +01:00
|
|
|
<addaction name="menuJob"/>
|
2012-01-28 23:24:41 +01:00
|
|
|
<addaction name="menu"/>
|
2012-01-28 16:40:14 +01:00
|
|
|
</widget>
|
2012-01-28 18:55:40 +01:00
|
|
|
<action name="actionExit">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/door_in.png</normaloff>:/buttons/door_in.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Exit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-28 23:24:41 +01:00
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/information.png</normaloff>:/buttons/information.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2012-01-29 15:57:23 +01:00
|
|
|
<string>About...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebMulder">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>MuldeR's Web-Site</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebX264">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
2012-02-17 22:18:40 +01:00
|
|
|
<normaloff>:/buttons/x264.png</normaloff>:/buttons/x264.png</iconset>
|
2012-01-29 15:57:23 +01:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Official x264 Web-Site</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-06-12 14:31:31 +02:00
|
|
|
<action name="actionWebX264Komisar">
|
2012-01-29 15:57:23 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>x264 builds for Windows by Komisar</string>
|
2012-01-29 15:57:23 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-06-12 14:31:31 +02:00
|
|
|
<action name="actionWebX264VideoLAN">
|
2012-01-29 15:57:23 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>x264 builds for Windows by VideoLAN</string>
|
2012-01-29 15:57:23 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-05-05 15:05:37 +02:00
|
|
|
<action name="actionOnlineDocX264">
|
2012-01-29 15:57:23 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-05-05 15:05:37 +02:00
|
|
|
<string>x264 Online Documentation</string>
|
2012-01-28 23:24:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-30 17:50:19 +01:00
|
|
|
<action name="actionWebBluRay">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-05-05 15:05:37 +02:00
|
|
|
<string>BluRay Authoring Guide</string>
|
2012-01-30 17:50:19 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-12-20 13:59:42 +01:00
|
|
|
<action name="actionCreateJob">
|
2012-01-31 00:13:32 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/add.png</normaloff>:/buttons/add.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-12-20 13:59:42 +01:00
|
|
|
<string>Create New Job</string>
|
2012-01-31 00:13:32 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionJob_Start">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/play_big.png</normaloff>:/buttons/play_big.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Start Job</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionJob_Abort">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Abort Job</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-02-02 02:13:02 +01:00
|
|
|
<action name="actionJob_Pause">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/pause.png</normaloff>:/buttons/pause.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Pause Job</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPreferences">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/wrench.png</normaloff>:/buttons/wrench.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Preferences</string>
|
2012-02-02 22:53:40 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionJob_Delete">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete Job</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionJob_Browse">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/folder_magnify.png</normaloff>:/buttons/folder_magnify.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Explore Job</string>
|
2012-02-05 15:42:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebAvisynth32">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
2013-08-07 16:00:46 +02:00
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
2012-02-05 15:42:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-08-07 16:00:46 +02:00
|
|
|
<string>32-Bit Avisynth (Stable)</string>
|
2012-02-05 15:42:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebAvisynth64">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
2013-08-07 16:00:46 +02:00
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
2012-02-05 15:42:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>64-Bit Avisynth (Deprecated)</string>
|
2012-02-05 15:42:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebSecret">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>Secret Recipe - Confidential</string>
|
2012-02-13 16:44:50 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebAvsWiki">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Avisynth Usage Wiki</string>
|
2012-02-14 23:36:44 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionJob_Restart">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/restart.png</normaloff>:/buttons/restart.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Restart Job</string>
|
2012-02-16 23:58:33 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebSupport">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/group.png</normaloff>:/buttons/group.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Help and Support</string>
|
2013-05-11 01:50:05 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpen">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/folder_add.png</normaloff>:/buttons/folder_add.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Open...</string>
|
2013-08-07 16:00:46 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDownload_Avisynth">
|
|
|
|
<property name="text">
|
|
|
|
<string>Download Avisynth</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionUtz">
|
|
|
|
<property name="text">
|
|
|
|
<string>utz</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebVapourSynth">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Download VapourSynth</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebVapourSynthDocs">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>VapourSynth Manual</string>
|
2013-11-22 17:01:13 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCheckForUpdates">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/update.png</normaloff>:/buttons/update.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-11-23 15:20:07 +01:00
|
|
|
<string>Check for new Updates</string>
|
2014-01-29 23:59:16 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebAvisynthPlus">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>Avisynth+ (32- and 64-Bit)</string>
|
2014-02-21 19:28:17 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWebX265">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/x265.png</normaloff>:/buttons/x265.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Official x265 Web-Site</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDownload_x265_Binaries">
|
|
|
|
<property name="text">
|
|
|
|
<string>Download x265 Binaries</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-06-12 14:31:31 +02:00
|
|
|
<action name="actionWebX265Fllear">
|
2014-02-21 19:28:17 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>x265 builds for Windows by Fllear</string>
|
2014-02-21 19:28:17 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-06-12 14:31:31 +02:00
|
|
|
<action name="actionWebX265FreeCodecs">
|
2014-02-21 19:28:17 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>Codecs.com Mirror (x265)</string>
|
2014-02-21 19:28:17 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-06-12 14:31:31 +02:00
|
|
|
<action name="actionWebX265Snowfag">
|
2014-02-21 19:28:17 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>x265 builds for Windows by Snowfag</string>
|
2014-02-21 19:28:17 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-06-12 14:31:31 +02:00
|
|
|
<action name="actionWebX265LigH">
|
2014-02-21 19:28:17 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>x265 builds for Windows by LigH</string>
|
2014-02-21 19:28:17 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-06-12 14:31:31 +02:00
|
|
|
<action name="actionWebX264FreeCodecs">
|
2014-02-21 19:28:17 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-06-12 14:31:31 +02:00
|
|
|
<string>Codecs.com Mirror (x264)</string>
|
2014-04-20 17:38:55 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionJob_MoveUp">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/arrow_up.png</normaloff>:/buttons/arrow_up.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Move Up</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionJob_MoveDown">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/arrow_down.png</normaloff>:/buttons/arrow_down.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Move Down</string>
|
2014-05-05 15:05:37 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOnlineDocX265">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>x265 Online Documentation</string>
|
2012-02-02 02:13:02 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-12-20 13:59:42 +01:00
|
|
|
<action name="actionRemove_Jobs">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove Jobs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCleanup_Finished">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove Completed/Failed Jobs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCleanup_Enqueued">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove Enqued Jobs</string>
|
|
|
|
</property>
|
2018-02-26 17:57:46 +01:00
|
|
|
</action>
|
|
|
|
<action name="actionDo_Nothing">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/cup.png</normaloff>:/buttons/cup.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Do Nothing</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPostOp_PowerDown">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/power_off.png</normaloff>:/buttons/power_off.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shutdown Computer</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPostOp_Hibernate">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
2018-02-26 20:38:37 +01:00
|
|
|
<normaloff>:/buttons/snow_flake.png</normaloff>:/buttons/snow_flake.png</iconset>
|
2018-02-26 17:57:46 +01:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hibernate Computer</string>
|
|
|
|
</property>
|
2018-02-26 20:38:37 +01:00
|
|
|
</action>
|
|
|
|
<action name="actionPostOp_DoNothing">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/cross_grey.png</normaloff>:/buttons/cross_grey.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Do Nothing</string>
|
|
|
|
</property>
|
2020-01-19 12:56:14 +01:00
|
|
|
</action>
|
|
|
|
<action name="actionWebX264LigH">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../res/resources.qrc">
|
|
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>x264 builds for Windows by LigH</string>
|
|
|
|
</property>
|
2015-12-20 13:59:42 +01:00
|
|
|
</action>
|
2012-01-28 16:40:14 +01:00
|
|
|
</widget>
|
2012-01-29 00:57:47 +01:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>buttonAddJob</tabstop>
|
|
|
|
<tabstop>buttonStartJob</tabstop>
|
|
|
|
<tabstop>buttonAbortJob</tabstop>
|
|
|
|
<tabstop>jobsView</tabstop>
|
|
|
|
<tabstop>logView</tabstop>
|
|
|
|
<tabstop>editDetails</tabstop>
|
|
|
|
</tabstops>
|
2012-01-28 18:55:40 +01:00
|
|
|
<resources>
|
|
|
|
<include location="../res/resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>actionExit</sender>
|
2012-04-30 16:56:01 +02:00
|
|
|
<signal>triggered()</signal>
|
2012-01-28 18:55:40 +01:00
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>399</x>
|
|
|
|
<y>299</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2012-01-31 00:13:32 +01:00
|
|
|
<connection>
|
2015-12-20 13:59:42 +01:00
|
|
|
<sender>actionCreateJob</sender>
|
2012-01-31 00:13:32 +01:00
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>buttonAddJob</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>73</x>
|
|
|
|
<y>617</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>actionJob_Start</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>buttonStartJob</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>547</x>
|
|
|
|
<y>617</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>actionJob_Abort</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>buttonAbortJob</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>657</x>
|
|
|
|
<y>617</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2012-02-02 02:13:02 +01:00
|
|
|
<connection>
|
|
|
|
<sender>actionJob_Pause</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>buttonPauseJob</receiver>
|
|
|
|
<slot>setChecked(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>547</x>
|
|
|
|
<y>617</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2012-01-28 18:55:40 +01:00
|
|
|
</connections>
|
2012-01-28 16:40:14 +01:00
|
|
|
</ui>
|