The problem might be in model:
Also read this.void QAbstractItemModel::sort ( int column, Qt::SortOrder order = Qt::AscendingOrder ) [virtual]
Sorts the model by column in the given order.
The base class implementation does nothing.
The problem might be in model:
Also read this.void QAbstractItemModel::sort ( int column, Qt::SortOrder order = Qt::AscendingOrder ) [virtual]
Sorts the model by column in the given order.
The base class implementation does nothing.
Bookmarks