diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-09-17 15:04:14 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-09-17 15:04:14 -0700 |
commit | 49fe120d9530682cf539d562c4ffcae3e195b9ab (patch) | |
tree | f4a67800cd3ebd00eb484f795ccadfcbe4282022 /desktop-widgets/downloadfromdivecomputer.ui | |
parent | d03fabd3732adb13e3229f4faa2883f45e15aa21 (diff) | |
download | subsurface-49fe120d9530682cf539d562c4ffcae3e195b9ab.tar.gz |
DC download: show info messages on Mac
For some reason the progress bar on macOS doesn't show the
progress text. This creates a label below the progress bar
and shows the text there instead.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/downloadfromdivecomputer.ui')
-rw-r--r-- | desktop-widgets/downloadfromdivecomputer.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-widgets/downloadfromdivecomputer.ui b/desktop-widgets/downloadfromdivecomputer.ui index b1f152034..10d654b46 100644 --- a/desktop-widgets/downloadfromdivecomputer.ui +++ b/desktop-widgets/downloadfromdivecomputer.ui @@ -190,6 +190,13 @@ </widget> </item> <item> + <widget class="QLabel" name="progressText"> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> <spacer name="aboveOKCancelSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |