You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will probably require (quite) some refactoring of the application: at the very least all user-initiated actions would probably need to be reworked into some variant of the Command pattern.
There appears to be (some) support for this in Qt already. See Overview of Qt's Undo Framework and Undo Framework Example (5+ specific though). Whether this particular framework is usable given the constraints of this application needs to be determined.
As per subject. The application should allow the user to undo any (possibly destructive) action he/she has performed.
Some considerations:
The text was updated successfully, but these errors were encountered: