<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ProcessingDialog</class> <widget class="QDialog" name="ProcessingDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>663</width> <height>454</height> </rect> </property> <property name="windowTitle"> <string>LameXP - Processing</string> </property> <property name="windowIcon"> <iconset resource="../res/Icons.qrc"> <normaloff>:/icons/sound.png</normaloff>:/icons/sound.png</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <layout class="QVBoxLayout" name="layout_base"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QFrame" name="frame_header"> <property name="minimumSize"> <size> <width>0</width> <height>64</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>64</height> </size> </property> <property name="palette"> <palette> <active> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="margin"> <number>3</number> </property> <item> <layout class="QHBoxLayout" name="layout_verticalHeader"> <item> <spacer name="spacer_horizontalHeader2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>4</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_headerIcon"> <property name="minimumSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="maximumSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="../res/Icons.qrc">:/MainIcon1.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="spacer_horizontalHeader"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>16</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_headerStatus"> <property name="text"> <string notr="true"><b>Header</b><br>(more status details)</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_headerWorking"> <property name="maximumSize"> <size> <width>48</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="../res/Images.qrc">:/images/Working.gif</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>6</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QFrame" name="frame_verticalLine"> <property name="minimumSize"> <size> <width>0</width> <height>2</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>2</height> </size> </property> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="layout_main"> <property name="spacing"> <number>8</number> </property> <property name="margin"> <number>21</number> </property> <item> <widget class="QLabel" name="label_progress"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Initializing, please wait...</string> </property> </widget> </item> <item> <widget class="QProgressBar" name="progressBar"> <property name="value"> <number>24</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>1</height> </size> </property> </spacer> </item> <item> <widget class="QTableView" name="view_log"> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> <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="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QCheckBox" name="checkBox_shutdownComputer"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Shutdown the computer as soon as all files have been converted</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>12</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_cpuIco"> <property name="toolTip"> <string>CPU Usage (Overall)</string> </property> <property name="text"> <string notr="true"/> </property> <property name="pixmap"> <pixmap resource="../res/Icons.qrc">:/icons/cpu.png</pixmap> </property> </widget> </item> <item> <widget class="QLabel" name="label_cpu"> <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>50</weight> <bold>false</bold> </font> </property> <property name="toolTip"> <string>CPU Usage (Overall)</string> </property> <property name="text"> <string notr="true">0%</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QFrame" name="frame_3"> <property name="minimumSize"> <size> <width>8</width> <height>0</height> </size> </property> <property name="frameShape"> <enum>QFrame::VLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> </widget> </item> <item> <widget class="QLabel" name="label_ramIco"> <property name="toolTip"> <string>Physical RAM Usage</string> </property> <property name="text"> <string notr="true"/> </property> <property name="pixmap"> <pixmap resource="../res/Icons.qrc">:/icons/memory.png</pixmap> </property> </widget> </item> <item> <widget class="QLabel" name="label_ram"> <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="toolTip"> <string>Physical RAM Usage</string> </property> <property name="text"> <string notr="true">0%</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QFrame" name="frame_2"> <property name="minimumSize"> <size> <width>8</width> <height>0</height> </size> </property> <property name="frameShape"> <enum>QFrame::VLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> </widget> </item> <item> <widget class="QLabel" name="label_diskIco"> <property name="toolTip"> <string>Free Disk Space (Temp Folder)</string> </property> <property name="text"> <string notr="true"/> </property> <property name="pixmap"> <pixmap resource="../res/Icons.qrc">:/icons/drive.png</pixmap> </property> </widget> </item> <item> <widget class="QLabel" name="label_disk"> <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="toolTip"> <string>Free Disk Space (Temp Folder)</string> </property> <property name="text"> <string notr="true">0%</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </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="layout_horizontal"> <item> <widget class="QLabel" name="label_versionInfo"> <property name="enabled"> <bool>true</bool> </property> <property name="palette"> <palette> <active> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>85</red> <green>85</green> <blue>127</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>85</red> <green>85</green> <blue>127</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> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string notr="true">(VERSION_TAG)</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> </widget> </item> <item> <spacer name="spacer_vertical"> <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="button_AbortProcess"> <property name="minimumSize"> <size> <width>120</width> <height>0</height> </size> </property> <property name="text"> <string>Abort</string> </property> <property name="icon"> <iconset resource="../res/Icons.qrc"> <normaloff>:/icons/cancel.png</normaloff>:/icons/cancel.png</iconset> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="button_closeDialog"> <property name="minimumSize"> <size> <width>120</width> <height>0</height> </size> </property> <property name="text"> <string>Close</string> </property> <property name="icon"> <iconset resource="../res/Icons.qrc"> <normaloff>:/icons/accept.png</normaloff>:/icons/accept.png</iconset> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </item> </layout> </widget> <resources> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> <include location="../res/Icons.qrc"/> <include location="../res/Images.qrc"/> </resources> <connections> <connection> <sender>button_closeDialog</sender> <signal>clicked()</signal> <receiver>ProcessingDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>579</x> <y>422</y> </hint> <hint type="destinationlabel"> <x>331</x> <y>228</y> </hint> </hints> </connection> </connections> </ui>