Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
None
-
None
Description
It would be very useful to be able to show a progress dialog while undoing. This would be useful where undo/redo takes a long time. It would be nice to show a progress dialog that showed the total number of items being undone, and the current item being undone.
With QUndoStack there seems that there is not an easy way to get the total number of items to be undone before undoing starts.
Perhaps signals can be emitted when undo/redo begins and ends.