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". Pick-to: 6.8 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>
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.