qt6-bb10/examples/widgets/itemviews
Alexandru Croitor b35ee06bc0 CMake: Use a unique resource identifier in simpletreemodel example
To avoid the following error:

 The custom command generating
    .rcc/qrc_editabletreemodel.cpp
  is attached to multiple targets:
    editabletreemodel
    editabletreemodel_tester
  but none of these is a common dependency of the other(s).  This is
  not allowed by the Xcode "new build system".

Fixes: QTBUG-131631
Change-Id: I1c5d0702596a4f8f723d9080bc5304d6ad06853b
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit 9f593791988da197dbe956669b8a4647dc50124a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit b51ee7068c5b41d8dae8bb9105167f3347e2d134)
2025-01-21 10:45:05 +00:00
..
addressbook Don't add any entry whose name doesn't start with a letter 2024-04-11 00:12:19 +02:00
basicsortfiltermodel CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
combowidgetmapper CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
customsortfiltermodel Removal of generic stylesheet rule for dropdown 2024-12-02 16:44:07 +00:00
editabletreemodel Replace 'Qt Designer' and 'Qt Widgets Designer' in code 2024-05-16 13:04:41 +01:00
fetchmore CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
frozencolumn CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
simpletreemodel CMake: Use a unique resource identifier in simpletreemodel example 2025-01-21 10:45:05 +00:00
spreadsheet CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
stardelegate CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Convert "Color Editor Factory" Example to snippets 2024-04-19 13:39:41 +02:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
itemviews.pro Convert "Color Editor Factory" Example to snippets 2024-04-19 13:39:41 +02:00

README

Item views are widgets that typically display data sets. Qt 4's model/view
framework lets you handle large data sets by separating the underlying data
from the way it is represented to the user, and provides support for
customized rendering through the use of delegates.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.