diff options
Diffstat (limited to 'src/frontend/gui/ui')
-rw-r--r-- | src/frontend/gui/ui/sisyphus-gui.ui | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/src/frontend/gui/ui/sisyphus-gui.ui b/src/frontend/gui/ui/sisyphus-gui.ui index 2269e01..85ff753 100644 --- a/src/frontend/gui/ui/sisyphus-gui.ui +++ b/src/frontend/gui/ui/sisyphus-gui.ui @@ -38,7 +38,7 @@ <x>25</x> <y>25</y> <width>906</width> - <height>296</height> + <height>326</height> </rect> </property> <layout class="QGridLayout" name="externalgrid"> @@ -71,55 +71,6 @@ <property name="spacing"> <number>25</number> </property> - <item row="2" column="2"> - <widget class="QPushButton" name="orphans"> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>25</height> - </size> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/orphans.png</normaloff>../icon/orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </item> - <item row="2" column="3"> - <widget class="QPushButton" name="upgrade"> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>25</height> - </size> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Upgrade system</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/upgrade.png</normaloff>../icon/upgrade.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </item> <item row="0" column="1" colspan="3"> <widget class="QLineEdit" name="input"> <property name="toolTip"> @@ -130,7 +81,7 @@ </property> </widget> </item> - <item row="2" column="1"> + <item row="3" column="1"> <widget class="QPushButton" name="uninstall"> <property name="maximumSize"> <size> @@ -150,8 +101,8 @@ </property> <property name="iconSize"> <size> - <width>32</width> - <height>32</height> + <width>16</width> + <height>16</height> </size> </property> </widget> @@ -221,7 +172,33 @@ </column> </widget> </item> - <item row="2" column="4"> + <item row="3" column="0"> + <widget class="QPushButton" name="install"> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>25</height> + </size> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/install.png</normaloff>../icon/install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + </widget> + </item> + <item row="3" column="4"> <widget class="QPushButton" name="abort"> <property name="maximumSize"> <size> @@ -238,14 +215,14 @@ </property> <property name="iconSize"> <size> - <width>32</width> - <height>32</height> + <width>16</width> + <height>16</height> </size> </property> </widget> </item> - <item row="2" column="0"> - <widget class="QPushButton" name="install"> + <item row="3" column="2"> + <widget class="QPushButton" name="upgrade"> <property name="maximumSize"> <size> <width>16777215</width> @@ -253,19 +230,42 @@ </size> </property> <property name="toolTip"> - <string><html><head/><body><p align="center">Install package</p></body></html></string> + <string><html><head/><body><p align="center">Upgrade system</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/upgrade.png</normaloff>../icon/upgrade.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + </widget> + </item> + <item row="3" column="3"> + <widget class="QPushButton" name="orphans"> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>25</height> + </size> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> - <normaloff>../icon/install.png</normaloff>../icon/install.png</iconset> + <normaloff>../icon/orphans.png</normaloff>../icon/orphans.png</iconset> </property> <property name="iconSize"> <size> - <width>32</width> - <height>32</height> + <width>16</width> + <height>16</height> </size> </property> </widget> @@ -293,8 +293,8 @@ <tabstop>database</tabstop> <tabstop>install</tabstop> <tabstop>uninstall</tabstop> - <tabstop>orphans</tabstop> <tabstop>upgrade</tabstop> + <tabstop>orphans</tabstop> <tabstop>abort</tabstop> </tabstops> <resources/> |