diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-07-03 02:10:35 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-07-03 02:10:35 +0100 |
commit | 0832c95f1d2eb366cf68941a12ac79745094dd2e (patch) | |
tree | 6864981ffae80dd540248a6969e59cf3dc79e302 /src/frontend/gui/ui/sisyphus.ui | |
parent | f67dee0fdb7c61816670e1d9840f0aa3657a4a47 (diff) |
sisyphus-gui : implement a progress box inside the main window
Diffstat (limited to 'src/frontend/gui/ui/sisyphus.ui')
-rw-r--r-- | src/frontend/gui/ui/sisyphus.ui | 165 |
1 files changed, 100 insertions, 65 deletions
diff --git a/src/frontend/gui/ui/sisyphus.ui b/src/frontend/gui/ui/sisyphus.ui index c8d5832..fc8cf92 100644 --- a/src/frontend/gui/ui/sisyphus.ui +++ b/src/frontend/gui/ui/sisyphus.ui @@ -10,7 +10,7 @@ <x>0</x> <y>0</y> <width>1000</width> - <height>600</height> + <height>800</height> </rect> </property> <property name="sizePolicy"> @@ -22,7 +22,7 @@ <property name="minimumSize"> <size> <width>1000</width> - <height>600</height> + <height>800</height> </size> </property> <property name="windowTitle"> @@ -49,6 +49,58 @@ <property name="spacing"> <number>25</number> </property> + <item row="1" column="0"> + <widget class="QTableView" name="databaseTable"> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</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="0" column="0"> <layout class="QHBoxLayout" name="inputGrid"> <property name="spacing"> @@ -125,68 +177,6 @@ </layout> </item> <item row="3" column="0"> - <widget class="QProgressBar" name="progressBar"> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>25</height> - </size> - </property> - <property name="value"> - <number>24</number> - </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="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="horizontalHeaderDefaultSectionSize"> - <number>150</number> - </attribute> - <attribute name="horizontalHeaderMinimumSectionSize"> - <number>150</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"> <layout class="QHBoxLayout" name="actionGrid"> <property name="spacing"> <number>25</number> @@ -323,6 +313,50 @@ </item> </layout> </item> + <item row="4" column="0"> + <widget class="QProgressBar" name="progressBar"> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>25</height> + </size> + </property> + <property name="value"> + <number>24</number> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QTextEdit" name="progressBox"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>300</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>300</height> + </size> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Progress Box</p></body></html></string> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="verticalScrollBarPolicy"> + <enum>Qt::ScrollBarAlwaysOn</enum> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + <property name="textInteractionFlags"> + <set>Qt::TextSelectableByMouse</set> + </property> + </widget> + </item> </layout> </widget> </widget> @@ -331,8 +365,9 @@ <tabstop>applicationFilter</tabstop> <tabstop>inputBox</tabstop> <tabstop>databaseFilter</tabstop> - <tabstop>licenseButton</tabstop> <tabstop>databaseTable</tabstop> + <tabstop>licenseButton</tabstop> + <tabstop>progressBox</tabstop> <tabstop>installButton</tabstop> <tabstop>uninstallButton</tabstop> <tabstop>upgradeButton</tabstop> |