qt6-bb10/examples/widgets/itemviews/simpletreemodel
Friedemann Kleint 1c06f86d25 SimpleTreeModel: Polish TreeModel::setupModelData()
- Use QStringView.
- Use a list of a pair-like struct to represent the state instead
  of 2 lists.
- Use qsizetype.
- Use constLast() to avoid detaching.

Pick-to: 6.6
Change-Id: Icc3586451f081f6166fece52675d5379160f51da
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-12-06 18:22:41 +01:00
..
CMakeLists.txt SimpleTreeModel: Add a test 2023-12-04 07:38:56 +01:00
default.txt
main.cpp Polish the SimpleTreeModel example 2023-12-06 18:22:41 +01:00
simpletreemodel.pro
simpletreemodel.qrc
test.cpp SimpleTreeModel: Add a test 2023-12-04 07:38:56 +01:00
treeitem.cpp Polish the SimpleTreeModel example 2023-12-06 18:22:41 +01:00
treeitem.h Polish the SimpleTreeModel example 2023-12-06 18:22:41 +01:00
treemodel.cpp SimpleTreeModel: Polish TreeModel::setupModelData() 2023-12-06 18:22:41 +01:00
treemodel.h SimpleTreeModel: Polish TreeModel::setupModelData() 2023-12-06 18:22:41 +01:00