Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions |
Files:
This demo shows Qt's undo framework in action.
Qt's undo framework is an implementation of the Command pattern, which provides advanced undo/redo functionality.
To show the abilities of the framework, we have implemented a small diagram application in which the diagram items are geometric primitives. You can edit the diagram in the following ways: add, move, change the color of, and delete the items.
Copyright © 2008 Nokia | Trademarks | Qt 4.4.3 |