[Interest] QUndoStack

Michael Sué sue at sf.mpg.de
Mon Jun 20 10:14:44 CEST 2016


Hi,

you can derive your own UndoCommand class from QUndoCommand. There overwrite the virtual functions undo and redo so as to not run the commands during the push (i.e. the first time they get called).

- Michael.





More information about the Interest mailing list