qt5base-lts/examples/widgets/itemviews/simpletreemodel
Carl Schwan 25027444a9 Modernize SimpleTreeModel example
Use std::unique_ptr to manage items tree memory allocations. This also
use the new string literals operator.

Change-Id: Iab002b5dc612b75cef0be10862e263c6c6c013c1
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-06-28 19:26:45 +00:00
..
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
default.txt Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
main.cpp Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
simpletreemodel.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
simpletreemodel.qrc Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
treeitem.cpp Modernize SimpleTreeModel example 2023-06-28 19:26:45 +00:00
treeitem.h Modernize SimpleTreeModel example 2023-06-28 19:26:45 +00:00
treemodel.cpp Modernize SimpleTreeModel example 2023-06-28 19:26:45 +00:00
treemodel.h Modernize SimpleTreeModel example 2023-06-28 19:26:45 +00:00