Hi Pritpal,
many thanks for your quickly answer.
Today, with a lot
of patience, I
tried to surf the on the web.
Googling, I found
qt4-x11.sourcearchive.com; then
reading the Qt tree structure, on page related to QAbstractItemModel
I found this info:
00310 class Q_CORE_EXPORT QAbstractTableModel : public
QAbstractItemModel. Wow!
So, I have open this folder
https://github.com/qtproject/qtbasetree/dev/src/corelib/itemmodels
then looking into
https://github.com/qtproject/qtbasetree/dev/src/corelib/itemmodels/qabstractitemmodel.cpp
I found the QAbstractTableModel source; the same, can be done
with
qabstractitemmodel.h
and... QAbstractListModel
I hope, it can be useful for everyone
Regards
Luigi Ferraris