Category Archives: Undo
Undo in complex Qt projects
UPDATE: You may consider studying more advanced techniques described in second “undo” article: Designing Undo for large-scale projects. Going deep. ~~~~~ When you implement user interfaces, you should always be ready that your customers will ask very simple question: “Hey, where is undo in my application?”. Sometimes it makes developers totally puzzled :) because they […]
Also posted in Blog, Qt 4 Comments
Designing Undo for large-scale projects. Going deep.