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. Change-Id: I3c91feecbd5fe3e5900838b0b51f9fe7bd190280 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io> (cherry picked from commit cb0bf5ad683b72d4ecb0d21dafde3a5acdaac800) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
18 lines
413 B
Prolog
18 lines
413 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
completer \
|
|
customcompleter \
|
|
echoplugin \
|
|
plugandpaint \
|
|
regularexpression \
|
|
settingseditor \
|
|
styleplugin \
|
|
treemodelcompleter \
|
|
undoframework
|
|
|
|
!qtConfig(library) {
|
|
SUBDIRS -= \
|
|
echoplugin \
|
|
plugandpaint
|
|
}
|