Qt: QAbstractTableModel: emit dataChanged

Created on 9 Jan 2017  路  4Comments  路  Source: therecipe/qt

Is it possible to emit dataChanged today?

Most helpful comment

Hey

No, unfortunately http://doc.qt.io/qt-5/qabstractitemmodel.html#dataChanged is not available yet.
Because it uses the generic QVector class.
I already wrote a little about generic lists / containers a few days ago https://github.com/therecipe/qt/issues/140#issuecomment-270680060
And there are a few other issues related to this.

But to sum it up, support for these generic lists / containers has a high priority and I will continue to work on it asap.

All 4 comments

Hey

No, unfortunately http://doc.qt.io/qt-5/qabstractitemmodel.html#dataChanged is not available yet.
Because it uses the generic QVector class.
I already wrote a little about generic lists / containers a few days ago https://github.com/therecipe/qt/issues/140#issuecomment-270680060
And there are a few other issues related to this.

But to sum it up, support for these generic lists / containers has a high priority and I will continue to work on it asap.

Very nice!

Very interesting, thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adneg picture adneg  路  6Comments

woodyjon picture woodyjon  路  5Comments

ismlsmile picture ismlsmile  路  5Comments

joeblew99 picture joeblew99  路  7Comments

medvednikov picture medvednikov  路  5Comments