diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-01-20 22:40:50 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-21 17:03:18 +1200 |
commit | ba525df7665cff904818ccfc70c183f16c7b5f45 (patch) | |
tree | e5174132a011e05a6314b8743118ac524b2c76a2 /qt-ui/configuredivecomputerdialog.ui | |
parent | 0787d941a0f58417a2eb1a656e54c19123366c71 (diff) | |
download | subsurface-ba525df7665cff904818ccfc70c183f16c7b5f45.tar.gz |
Use a progressbar in the configure dc dialog
This switches from a couple of labels in the dialog to a progress bar,
to later being able to use it to provide better user experience.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.ui')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.ui | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui index 134c43538..99d07432b 100644 --- a/qt-ui/configuredivecomputerdialog.ui +++ b/qt-ui/configuredivecomputerdialog.ui @@ -2373,18 +2373,11 @@ </widget> </item> <item> - <widget class="QLabel" name="errorLabel"> - <property name="styleSheet"> - <string notr="true">color: rgb(242, 19, 25);</string> + <widget class="QProgressBar" name="progressBar"> + <property name="value"> + <number>0</number> </property> - <property name="text"> - <string/> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="statusLabel"> - <property name="text"> + <property name="format"> <string/> </property> </widget> |