diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-21 04:00:44 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-21 04:00:44 +0100 |
commit | 74d84cc070134494f144318b534563098a5994c4 (patch) | |
tree | 5e87b85f8fc13349a4cddf4c0abb6f0a88a42fd4 /src/frontend/gui/ui/sisyphus.ui | |
parent | 78eca7889aebbc3e7f141f23a41eb9b3b79f3a69 (diff) |
backend : rework the update logic a little
gui-frontend : hide the progress box initially, only show it when needed, make it significantly larger, disable UI elements instead of hiding them
Diffstat (limited to 'src/frontend/gui/ui/sisyphus.ui')
-rw-r--r-- | src/frontend/gui/ui/sisyphus.ui | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/frontend/gui/ui/sisyphus.ui b/src/frontend/gui/ui/sisyphus.ui index d243f1f..c90a8d6 100644 --- a/src/frontend/gui/ui/sisyphus.ui +++ b/src/frontend/gui/ui/sisyphus.ui @@ -51,12 +51,6 @@ </property> <item row="1" column="0"> <widget class="QTableView" name="databaseTable"> - <property name="minimumSize"> - <size> - <width>0</width> - <height>175</height> - </size> - </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> @@ -119,18 +113,6 @@ </item> <item row="2" column="0"> <widget class="QPlainTextEdit" name="progressBox"> - <property name="minimumSize"> - <size> - <width>0</width> - <height>175</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>200</height> - </size> - </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> |