606 lines
17 KiB
XML
606 lines
17 KiB
XML
<?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>
|
|
<width>720</width>
|
|
<height>640</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Simple x264 Launcher</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QSplitter" name="splitter">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="opaqueResize">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="handleWidth">
|
|
<number>8</number>
|
|
</property>
|
|
<property name="childrenCollapsible">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QTableView" name="jobsView">
|
|
<property name="focusPolicy">
|
|
<enum>Qt::StrongFocus</enum>
|
|
</property>
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::ActionsContextMenu</enum>
|
|
</property>
|
|
<property name="alternatingRowColors">
|
|
<bool>true</bool>
|
|
</property>
|
|
<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>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string> Job Details </string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<property name="spacing">
|
|
<number>2</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QProgressBar" name="progressBar">
|
|
<property name="mouseTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::StrongFocus</enum>
|
|
</property>
|
|
<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>
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::ActionsContextMenu</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<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>
|
|
</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>
|
|
</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>
|
|
<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>
|
|
<property name="cursor">
|
|
<cursorShape>WhatsThisCursor</cursorShape>
|
|
</property>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>720</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionPreferences"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionExit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu">
|
|
<property name="title">
|
|
<string>?</string>
|
|
</property>
|
|
<addaction name="actionWebMulder"/>
|
|
<addaction name="actionWebX264"/>
|
|
<addaction name="actionWebKomisar"/>
|
|
<addaction name="actionWebJarod"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionWebWiki"/>
|
|
<addaction name="actionWebBluRay"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionAbout"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuJob">
|
|
<property name="title">
|
|
<string>Job</string>
|
|
</property>
|
|
<addaction name="actionJob_New"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionJob_Start"/>
|
|
<addaction name="actionJob_Pause"/>
|
|
<addaction name="actionJob_Abort"/>
|
|
<addaction name="actionJob_Browse"/>
|
|
<addaction name="actionJob_Delete"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuJob"/>
|
|
<addaction name="menu"/>
|
|
</widget>
|
|
<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>
|
|
<action name="actionAbout">
|
|
<property name="icon">
|
|
<iconset resource="../res/resources.qrc">
|
|
<normaloff>:/buttons/information.png</normaloff>:/buttons/information.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<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">
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Official x264 Web-Site</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionWebKomisar">
|
|
<property name="icon">
|
|
<iconset resource="../res/resources.qrc">
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Komisar's Web-Site</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionWebJarod">
|
|
<property name="icon">
|
|
<iconset resource="../res/resources.qrc">
|
|
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Jarod's Web-Site</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionWebWiki">
|
|
<property name="icon">
|
|
<iconset resource="../res/resources.qrc">
|
|
<normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>MeWiki - x264 Settings</string>
|
|
</property>
|
|
</action>
|
|
<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">
|
|
<string>x264 BluRay Authoring</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionJob_New">
|
|
<property name="icon">
|
|
<iconset resource="../res/resources.qrc">
|
|
<normaloff>:/buttons/add.png</normaloff>:/buttons/add.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add New Job</string>
|
|
</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>
|
|
<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>
|
|
</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>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>buttonAddJob</tabstop>
|
|
<tabstop>buttonStartJob</tabstop>
|
|
<tabstop>buttonAbortJob</tabstop>
|
|
<tabstop>jobsView</tabstop>
|
|
<tabstop>logView</tabstop>
|
|
<tabstop>editDetails</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="../res/resources.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>actionExit</sender>
|
|
<signal>activated()</signal>
|
|
<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>
|
|
<connection>
|
|
<sender>actionJob_New</sender>
|
|
<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>
|
|
<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>
|
|
</connections>
|
|
</ui>
|