invesalius / invesalius3

3D medical imaging reconstruction software
https://invesalius.github.io/
GNU General Public License v2.0
622 stars 286 forks source link

Add progress bar to load and save files #707

Open paulojamorim opened 7 months ago

paulojamorim commented 7 months ago

Add progress bar for the following functionalities:

The wx.ProgressDialog component should be used: https://docs.wxpython.org/wx.ProgressDialog.html

Abo-Omar-74 commented 6 months ago

Is there a metadata about operations of Saving/Loading and other functions stated above? To use it with "update" function of wx.ProgressDialog to display the operation that is currently executed.

Or you are expecting the contributor to understand these operations and set this metadata manually .

Or are you okay not to include this metadata?