Details
-
Sub-task
-
Resolution: Done
-
P2: Important
-
None
Description
In page http://qt-project.org/doc/qt-5.0/qtquick/qtquick-qmltypereference.html
and page
http://doc-snapshot.qt-project.org/qt5-stable/qtquick/qtquick-qmltypereference.html
The ListModel and ListElement items are plain text, not hyperlink.
Before I found the ListModel document using 'Search', I had been regarding ListModel as some 'static' element, because I didn't notice any docs mention that ListModel can be modified. Docs like ListView were all using ListModel in a static way. So I had been using QAbstractListModel for a long time when I need a dynamic model.
Qt 4.8 had good hyperlink on ListModel.