qt6-bb10/examples/widgets/itemviews/editabletreemodel
Carl Schwan 604b2feca7 Modernize EditableTreeModel
- Use unique_ptr instead of manual memory management
- Improve consistenty in variable name with the simpletreemodel
  childrenNumber -> row, m_ prefix for member variables

Change-Id: Iface30c2224c2b1db7c623a9e6fcbb449c556f3e
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-06-28 23:54:11 +00:00
..
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
default.txt
editabletreemodel.pro
editabletreemodel.qrc
main.cpp Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
mainwindow.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.ui
treeitem.cpp Modernize EditableTreeModel 2023-06-28 23:54:11 +00:00
treeitem.h Modernize EditableTreeModel 2023-06-28 23:54:11 +00:00
treemodel.cpp Modernize EditableTreeModel 2023-06-28 23:54:11 +00:00
treemodel.h Modernize EditableTreeModel 2023-06-28 23:54:11 +00:00