<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Sisyphus</class> <widget class="QMainWindow" name="Sisyphus"> <property name="windowModality"> <enum>Qt::NonModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1366</width> <height>768</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>1366</width> <height>768</height> </size> </property> <property name="windowTitle"> <string>Sisyphus : Graphical User Interface</string> </property> <property name="windowIcon"> <iconset> <normaloff>../icon/sisyphus.png</normaloff>../icon/sisyphus.png</iconset> </property> <widget class="QWidget" name="mainLayout"> <layout class="QGridLayout" name="mainGrid"> <property name="leftMargin"> <number>15</number> </property> <property name="topMargin"> <number>15</number> </property> <property name="rightMargin"> <number>15</number> </property> <property name="bottomMargin"> <number>15</number> </property> <property name="spacing"> <number>15</number> </property> <item row="3" column="0"> <widget class="QProgressBar" name="progressBar"> <property name="maximumSize"> <size> <width>16777215</width> <height>25</height> </size> </property> </widget> </item> <item row="1" column="0"> <widget class="QTableView" name="databaseTable"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="sizeAdjustPolicy"> <enum>QAbstractScrollArea::AdjustToContents</enum> </property> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="dragDropOverwriteMode"> <bool>false</bool> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::MultiSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="gridStyle"> <enum>Qt::DashLine</enum> </property> <attribute name="horizontalHeaderCascadingSectionResizes"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderMinimumSectionSize"> <number>150</number> </attribute> <attribute name="horizontalHeaderDefaultSectionSize"> <number>200</number> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> </widget> </item> <item row="2" column="0"> <widget class="QWidget" name="actionLayout" native="true"> <layout class="QHBoxLayout" name="actionGrid"> <item> <widget class="QToolButton" name="installButton"> <property name="minimumSize"> <size> <width>125</width> <height>48</height> </size> </property> <property name="maximumSize"> <size> <width>175</width> <height>64</height> </size> </property> <property name="text"> <string>Install Selected Package(s)</string> </property> <property name="icon"> <iconset> <normaloff>../icon/install.png</normaloff>../icon/install.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> <property name="autoRaise"> <bool>true</bool> </property> <property name="arrowType"> <enum>Qt::NoArrow</enum> </property> </widget> </item> <item> <widget class="QToolButton" name="uninstallButton"> <property name="minimumSize"> <size> <width>125</width> <height>48</height> </size> </property> <property name="maximumSize"> <size> <width>175</width> <height>64</height> </size> </property> <property name="text"> <string>Uninstall Selected Package(s)</string> </property> <property name="icon"> <iconset> <normaloff>../icon/uninstall.png</normaloff>../icon/uninstall.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> <property name="autoRaise"> <bool>true</bool> </property> <property name="arrowType"> <enum>Qt::NoArrow</enum> </property> </widget> </item> <item> <widget class="QToolButton" name="upgradeButton"> <property name="minimumSize"> <size> <width>125</width> <height>48</height> </size> </property> <property name="maximumSize"> <size> <width>175</width> <height>64</height> </size> </property> <property name="text"> <string>System Upgrade</string> </property> <property name="icon"> <iconset> <normaloff>../icon/upgrade.png</normaloff>../icon/upgrade.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="autoremoveButton"> <property name="minimumSize"> <size> <width>125</width> <height>48</height> </size> </property> <property name="maximumSize"> <size> <width>175</width> <height>64</height> </size> </property> <property name="text"> <string>Purge Orphaned Package(s)</string> </property> <property name="icon"> <iconset> <normaloff>../icon/orphans.png</normaloff>../icon/orphans.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="exitButton"> <property name="minimumSize"> <size> <width>125</width> <height>48</height> </size> </property> <property name="maximumSize"> <size> <width>175</width> <height>64</height> </size> </property> <property name="text"> <string>Exit Application</string> </property> <property name="icon"> <iconset> <normaloff>../icon/exit.png</normaloff>../icon/exit.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item row="0" column="0"> <widget class="QWidget" name="inputLayout" native="true"> <layout class="QHBoxLayout" name="inputGrid"> <property name="spacing"> <number>25</number> </property> <property name="leftMargin"> <number>25</number> </property> <property name="rightMargin"> <number>25</number> </property> <item> <widget class="QLabel" name="label1"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>30</height> </size> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="text"> <string>Search by</string> </property> <property name="textFormat"> <enum>Qt::MarkdownText</enum> </property> <property name="scaledContents"> <bool>true</bool> </property> <property name="textInteractionFlags"> <set>Qt::NoTextInteraction</set> </property> <property name="buddy"> <cstring>inputLayout</cstring> </property> </widget> </item> <item> <widget class="QComboBox" name="applicationFilter"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>30</height> </size> </property> <property name="frame"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label2"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>30</height> </size> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="mouseTracking"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="text"> <string>in</string> </property> <property name="scaledContents"> <bool>true</bool> </property> <property name="textInteractionFlags"> <set>Qt::NoTextInteraction</set> </property> </widget> </item> <item> <widget class="QComboBox" name="databaseFilter"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>30</height> </size> </property> <property name="frame"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLineEdit" name="inputBox"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>30</height> </size> </property> <property name="placeholderText"> <string>Type in the search term</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="progressButton"> <property name="minimumSize"> <size> <width>60</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>30</height> </size> </property> <property name="toolTip"> <string><html><head/><body><p align="center">Show Progress</p></body></html></string> </property> <property name="icon"> <iconset> <normaloff>../icon/progress.png</normaloff>../icon/progress.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="settingsButton"> <property name="minimumSize"> <size> <width>60</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>30</height> </size> </property> <property name="toolTip"> <string><html><head/><body><p align="center">Settings</p></body></html></string> </property> <property name="icon"> <iconset> <normaloff>../icon/settings.png</normaloff>../icon/settings.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </widget> <tabstops> <tabstop>applicationFilter</tabstop> <tabstop>databaseFilter</tabstop> <tabstop>inputBox</tabstop> <tabstop>settingsButton</tabstop> <tabstop>databaseTable</tabstop> <tabstop>installButton</tabstop> <tabstop>uninstallButton</tabstop> <tabstop>upgradeButton</tabstop> <tabstop>autoremoveButton</tabstop> <tabstop>exitButton</tabstop> </tabstops> <resources/> <connections/> </ui>