mbari-org / vars-gridview

VARS GridView is a tool for reviewing and correcting VARS localizations in bulk.
MIT License
2 stars 0 forks source link

Undo button #13

Open kevinsbarnard opened 1 year ago

kevinsbarnard commented 1 year ago

Suggested in #12 by @hohonuuli. It would be great to have an undo button to reverse actions performed on VARS.

Plan: implement each action as a QUndoCommand; manage with a QUndoStack