tailor icon indicating copy to clipboard operation
tailor copied to clipboard

Implement Undo/Redo functionality

Open davidfokkema opened this issue 2 years ago • 0 comments

This might be a pain. You have to use Qt's Undo framework where you have to transfer functionality to undo() and redo() methods in a QUndoCommand class. You can push those on the stack. In principle, this can be nice, but in practice I fear that a collection of regular methods in a Tailor class have to be moved to a potentially long list of QUndoCommand classes. Don't know yet how that will affect the code base.

davidfokkema avatar May 19 '23 10:05 davidfokkema