Ticket #6539 (assigned)
Progress Text Missing on Mac
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | nick.draper@… | Blocked By: | |
Blocking: | Tester: |
Description
On the progress bar, we should also have text describing what, and how far along through the progress the algorithm is. This is showing up on Windows, but not on the Mac.
Change History
comment:4 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to backlog at the code freeze for R2.6
Note: See
TracTickets for help on using
tickets.
Start of the investigation might be AlgorithmDockWidget::updateProgress in MantidDock.cpp. QProgressBar reports the progress. According to the documentation. QProgressBar has a text property. Not sure how the algoritm name is appearing in this progress bar on other platforms.