summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/undo/undo.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Merge "undo" and "undoframework" examplesVolker Hilsheimer2023-01-311-20/+0
| | | | | | | | | | | | | | | | | | The "undo" example didn't show anything that the "undoframework" example doesn't, and the latter is more comprehensive and properly documented. "undoframework" also uses QGraphicsView instead of inventing its own diagram widget. However, the "undo" example created a nicer UI with toolbuttons, icons, and the undo view in a dock widget, so reuse those elements in the "undoframework" example instead. Update the documentation quoting tags accordingly, and clean up a bit. Pick-to: 6.5 Change-Id: I3c91feecbd5fe3e5900838b0b51f9fe7bd190280 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
* Examples: move widgets specific "tools" examples to the correct placeJ-P Nurmi2012-11-281-0/+20
examples/tools -> examples/widgets/tools Change-Id: I8b9e23c45e07ce5cd9da8f24a9a9f7ae10b2b107 Reviewed-by: hjk <qthjk@ovi.com>