diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-06-24 21:55:37 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-06-24 21:55:37 +0100 |
commit | f7e54cc8a29e5fa319ce21d6ec268e210397740a (patch) | |
tree | 5078d7a5f7f2393aa3b5068d980b0d3598bff878 /frontend/gui/ui | |
parent | 2faa4c83dbaca3958feb092c9776f016a0133e8f (diff) |
write a proper Makefile, rearrange source code a bit
Diffstat (limited to 'frontend/gui/ui')
-rw-r--r-- | frontend/gui/ui/accesories.ui | 220 | ||||
-rw-r--r-- | frontend/gui/ui/development.ui | 220 | ||||
-rw-r--r-- | frontend/gui/ui/everything.ui | 220 | ||||
-rw-r--r-- | frontend/gui/ui/games.ui | 220 | ||||
-rw-r--r-- | frontend/gui/ui/graphics.ui | 220 | ||||
-rw-r--r-- | frontend/gui/ui/internet.ui | 220 | ||||
-rw-r--r-- | frontend/gui/ui/local.ui | 217 | ||||
-rw-r--r-- | frontend/gui/ui/multimedia.ui | 220 | ||||
-rw-r--r-- | frontend/gui/ui/office.ui | 220 | ||||
-rw-r--r-- | frontend/gui/ui/sisyphus-gui.ui | 520 | ||||
-rw-r--r-- | frontend/gui/ui/system.ui | 220 |
11 files changed, 0 insertions, 2717 deletions
diff --git a/frontend/gui/ui/accesories.ui b/frontend/gui/ui/accesories.ui deleted file mode 100644 index ea9e495..0000000 --- a/frontend/gui/ui/accesories.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Accesories</class> - <widget class="QWidget" name="Accesories"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Category Accesories</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_accessories.png</normaloff>../icon/category_accessories.png</iconset> - </property> - <widget class="QTableWidget" name="table_accesories"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>110</number> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Available Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Installed Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_accesories</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/development.ui b/frontend/gui/ui/development.ui deleted file mode 100644 index 4c102f1..0000000 --- a/frontend/gui/ui/development.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Development</class> - <widget class="QWidget" name="Development"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Category Development</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_development.png</normaloff>../icon/category_development.png</iconset> - </property> - <widget class="QTableWidget" name="table_development"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>110</number> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Available Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Installed Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_development</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/everything.ui b/frontend/gui/ui/everything.ui deleted file mode 100644 index b609cee..0000000 --- a/frontend/gui/ui/everything.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Everything</class> - <widget class="QWidget" name="Everything"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : All Packages</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_all.png</normaloff>../icon/category_all.png</iconset> - </property> - <widget class="QTableWidget" name="table_everything"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>110</number> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Available Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Installed Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_everything</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/games.ui b/frontend/gui/ui/games.ui deleted file mode 100644 index 0bbc787..0000000 --- a/frontend/gui/ui/games.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Games</class> - <widget class="QWidget" name="Games"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Category Games</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_games.png</normaloff>../icon/category_games.png</iconset> - </property> - <widget class="QTableWidget" name="table_games"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>110</number> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Available Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Installed Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_games</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/graphics.ui b/frontend/gui/ui/graphics.ui deleted file mode 100644 index e943b49..0000000 --- a/frontend/gui/ui/graphics.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Graphics</class> - <widget class="QWidget" name="Graphics"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Category Graphics</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_graphics.png</normaloff>../icon/category_graphics.png</iconset> - </property> - <widget class="QTableWidget" name="table_graphics"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>110</number> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Available Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Installed Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_graphics</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/internet.ui b/frontend/gui/ui/internet.ui deleted file mode 100644 index 810c065..0000000 --- a/frontend/gui/ui/internet.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Internet</class> - <widget class="QWidget" name="Internet"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Category Internet</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_internet.png</normaloff>../icon/category_internet.png</iconset> - </property> - <widget class="QTableWidget" name="table_internet"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>110</number> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Available Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Installed Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_internet</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/local.ui b/frontend/gui/ui/local.ui deleted file mode 100644 index 46cd6f9..0000000 --- a/frontend/gui/ui/local.ui +++ /dev/null @@ -1,217 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Local</class> - <widget class="QWidget" name="Local"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Local Packages</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_local.png</normaloff>../icon/category_local.png</iconset> - </property> - <widget class="QTableWidget" name="table_local"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Slot</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_local</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/multimedia.ui b/frontend/gui/ui/multimedia.ui deleted file mode 100644 index b2c4938..0000000 --- a/frontend/gui/ui/multimedia.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Multimedia</class> - <widget class="QWidget" name="Multimedia"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Category Multimedia</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_multimedia.png</normaloff>../icon/category_multimedia.png</iconset> - </property> - <widget class="QTableWidget" name="table_multimedia"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>110</number> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Available Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Installed Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_multimedia</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/office.ui b/frontend/gui/ui/office.ui deleted file mode 100644 index d1d3bad..0000000 --- a/frontend/gui/ui/office.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Office</class> - <widget class="QWidget" name="Office"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Category Office</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_office.png</normaloff>../icon/category_office.png</iconset> - </property> - <widget class="QTableWidget" name="table_office"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>110</number> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Available Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Installed Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_office</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/sisyphus-gui.ui b/frontend/gui/ui/sisyphus-gui.ui deleted file mode 100644 index 0d6749c..0000000 --- a/frontend/gui/ui/sisyphus-gui.ui +++ /dev/null @@ -1,520 +0,0 @@ -<?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>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Graphical User Interface</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/window_icon.png</normaloff>../icon/window_icon.png</iconset> - </property> - <property name="layoutDirection"> - <enum>Qt::LeftToRight</enum> - </property> - <property name="autoFillBackground"> - <bool>true</bool> - </property> - <widget class="QWidget" name="sisyphus"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <widget class="QFrame" name="manage"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>200</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="layoutDirection"> - <enum>Qt::LeftToRight</enum> - </property> - <property name="autoFillBackground"> - <bool>true</bool> - </property> - <property name="frameShape"> - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Plain</enum> - </property> - <widget class="QLineEdit" name="input"> - <property name="geometry"> - <rect> - <x>100</x> - <y>30</y> - <width>800</width> - <height>40</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Enter package name you want to Search/Install/Uninstall</p></body></html></string> - </property> - <property name="text"> - <string>Enter package name...</string> - </property> - <property name="frame"> - <bool>true</bool> - </property> - <property name="alignment"> - <set>Qt::AlignJustify|Qt::AlignVCenter</set> - </property> - <property name="clearButtonEnabled"> - <bool>true</bool> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>215</x> - <y>105</y> - <width>190</width> - <height>40</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Install package(s)</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_search"> - <property name="geometry"> - <rect> - <x>25</x> - <y>105</y> - <width>190</width> - <height>40</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Search package(s)</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_search.png</normaloff>../icon/package_search.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>405</x> - <y>105</y> - <width>190</width> - <height>40</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package(s)</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="system_upgrade"> - <property name="geometry"> - <rect> - <x>595</x> - <y>105</y> - <width>190</width> - <height>40</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Upgrade system</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/system_upgrade.png</normaloff>../icon/system_upgrade.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>785</x> - <y>105</y> - <width>190</width> - <height>40</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <widget class="QFrame" name="browse"> - <property name="geometry"> - <rect> - <x>0</x> - <y>200</y> - <width>1000</width> - <height>400</height> - </rect> - </property> - <property name="frameShape"> - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Plain</enum> - </property> - <widget class="QPushButton" name="category_accesories"> - <property name="geometry"> - <rect> - <x>25</x> - <y>20</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse Accesories Category</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_accessories.png</normaloff>../icon/category_accessories.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_games"> - <property name="geometry"> - <rect> - <x>425</x> - <y>20</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse Games Category</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_games.png</normaloff>../icon/category_games.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_graphics"> - <property name="geometry"> - <rect> - <x>625</x> - <y>20</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse Graphics Category</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_graphics.png</normaloff>../icon/category_graphics.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_internet"> - <property name="geometry"> - <rect> - <x>825</x> - <y>20</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse Internet Category</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_internet.png</normaloff>../icon/category_internet.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_multimedia"> - <property name="geometry"> - <rect> - <x>25</x> - <y>215</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse Multimedia Category</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_multimedia.png</normaloff>../icon/category_multimedia.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_office"> - <property name="geometry"> - <rect> - <x>225</x> - <y>215</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse Office Category</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_office.png</normaloff>../icon/category_office.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_system"> - <property name="geometry"> - <rect> - <x>425</x> - <y>215</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse System Category</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_system.png</normaloff>../icon/category_system.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_development"> - <property name="geometry"> - <rect> - <x>225</x> - <y>20</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse Development Category</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_development.png</normaloff>../icon/category_development.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_everything"> - <property name="geometry"> - <rect> - <x>625</x> - <y>215</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse All Packages</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_all.png</normaloff>../icon/category_all.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_local"> - <property name="geometry"> - <rect> - <x>825</x> - <y>215</y> - <width>150</width> - <height>150</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Browse Installed Packages</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/category_local.png</normaloff>../icon/category_local.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - </widget> - </widget> - </widget> - </widget> - <tabstops> - <tabstop>input</tabstop> - <tabstop>package_search</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>system_upgrade</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_accesories</tabstop> - <tabstop>category_development</tabstop> - <tabstop>category_games</tabstop> - <tabstop>category_graphics</tabstop> - <tabstop>category_internet</tabstop> - <tabstop>category_multimedia</tabstop> - <tabstop>category_office</tabstop> - <tabstop>category_system</tabstop> - <tabstop>category_local</tabstop> - <tabstop>category_everything</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/frontend/gui/ui/system.ui b/frontend/gui/ui/system.ui deleted file mode 100644 index 59f1967..0000000 --- a/frontend/gui/ui/system.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>System</class> - <widget class="QWidget" name="System"> - <property name="windowModality"> - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>1000</width> - <height>600</height> - </size> - </property> - <property name="windowTitle"> - <string>Sisyphus : Category System</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>../icon/category_system.png</normaloff>../icon/category_system.png</iconset> - </property> - <widget class="QTableWidget" name="table_system"> - <property name="geometry"> - <rect> - <x>25</x> - <y>25</y> - <width>950</width> - <height>475</height> - </rect> - </property> - <property name="maximumSize"> - <size> - <width>950</width> - <height>500</height> - </size> - </property> - <property name="frameShape"> - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</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="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>110</number> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Category</string> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Available Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Installed Version</string> - </property> - </column> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - </widget> - <widget class="QPushButton" name="package_uninstall"> - <property name="geometry"> - <rect> - <x>275</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> - </property> - <property name="text"> - <string/> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="orphans_remove"> - <property name="geometry"> - <rect> - <x>525</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="category_exit"> - <property name="geometry"> - <rect> - <x>775</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </property> - <property name="toolTip"> - <string><html><head/><body><p align="center">Close window</p></body></html></string> - </property> - <property name="icon"> - <iconset> - <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - <widget class="QPushButton" name="package_install"> - <property name="geometry"> - <rect> - <x>25</x> - <y>530</y> - <width>200</width> - <height>40</height> - </rect> - </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/package_install.png</normaloff>../icon/package_install.png</iconset> - </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - </widget> - </widget> - <tabstops> - <tabstop>table_system</tabstop> - <tabstop>package_install</tabstop> - <tabstop>package_uninstall</tabstop> - <tabstop>orphans_remove</tabstop> - <tabstop>category_exit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> |