Simple-x264-Launcher/gui/win_main.ui

742 lines
21 KiB
Plaintext
Raw Normal View History

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>
<width>720</width>
<height>640</height>
2012-01-28 16:40:14 +01:00
</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>false</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">
2012-02-02 02:13:02 +01:00
<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>
2012-01-29 19:14:46 +01:00
<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>
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>
<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>
2012-01-28 16:40:14 +01:00
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>720</width>
2012-01-28 16:40:14 +01:00
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="separator"/>
2012-02-02 02:13:02 +01:00
<addaction name="actionPreferences"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menu">
<property name="title">
<string>?</string>
</property>
<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>
2013-08-07 16:00:46 +02:00
<addaction name="actionWebVideoLAN"/>
<addaction name="actionWebKomisar"/>
<addaction name="actionWebJEEB"/>
</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"/>
</widget>
<addaction name="actionWebMulder"/>
<addaction name="actionWebX264"/>
<addaction name="actionWebSupport"/>
<addaction name="separator"/>
<addaction name="menuDownloadX264"/>
2013-08-07 16:00:46 +02:00
<addaction name="menuDownloadAvisynth"/>
<addaction name="actionWebVapourSynth"/>
<addaction name="separator"/>
<addaction name="actionWebWiki"/>
<addaction name="actionWebBluRay"/>
<addaction name="actionWebAvsWiki"/>
2013-08-07 16:00:46 +02:00
<addaction name="actionWebVapourSynthDocs"/>
<addaction name="actionWebSecret"/>
<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"/>
2012-02-02 02:13:02 +01:00
<addaction name="actionJob_Pause"/>
<addaction name="actionJob_Abort"/>
<addaction name="separator"/>
<addaction name="actionJob_Browse"/>
<addaction name="actionJob_Delete"/>
<addaction name="actionJob_Restart"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuJob"/>
<addaction name="menu"/>
2012-01-28 16:40:14 +01:00
</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">
2012-02-17 22:18:40 +01:00
<normaloff>:/buttons/x264.png</normaloff>:/buttons/x264.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>
2013-08-07 16:00:46 +02:00
<action name="actionWebVideoLAN">
<property name="icon">
<iconset resource="../res/resources.qrc">
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
</property>
<property name="text">
2013-08-07 16:00:46 +02:00
<string>VideoLAN Builds</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>Create 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>
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>
</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>
<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>
</property>
<property name="text">
2013-08-07 16:00:46 +02:00
<string>32-Bit Avisynth (Stable)</string>
</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>
</property>
<property name="text">
2013-08-07 16:00:46 +02:00
<string>64-Bit Avisynth (Experimental)</string>
</property>
</action>
<action name="actionWebJEEB">
<property name="icon">
<iconset resource="../res/resources.qrc">
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
</property>
<property name="text">
<string>JEEB's Web-Site</string>
</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">
2013-08-07 16:00:46 +02:00
<string>Secret Recipe - Shush!</string>
</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>
</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>
</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>
</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>
2012-02-02 02:13:02 +01:00
</property>
</action>
2012-01-28 16:40:14 +01:00
</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>triggered()</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>
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>
</connections>
2012-01-28 16:40:14 +01:00
</ui>