-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
0637212b0 (dev), 0f6d273ac (dev), 3d08db254 (dev), ed053cdde (dev), 52db5ecc4 (dev)
QAIM requires that the data update operations like insert, move, remove be enclosed within the beginInsertRows()/endInsertRow(), beginRemoveRows()/endRemoveRows(), beginMoveRows()/endMoveRows(), and the edit operation should emit the dataChanged() signal.
The current implementation uses the beginResetModel()/endResetModel() which does to save state and can be slow for large data.
- is required for
-
QTBUG-134668 As a dev, I need a simple way to add a Qt Quick UI to my Python code
-
- In Progress
-
For Gerrit Dashboard: QTBUG-140175 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
669132,6 | Python: Add updateQML decorator | dev | qt/tqtc-qtbridges | Status: MERGED | +2 | 0 |
674181,7 | Python: insert Decorator | dev | qt/tqtc-qtbridges | Status: MERGED | +2 | 0 |
674182,8 | Python: remove Decorator | dev | qt/tqtc-qtbridges | Status: MERGED | +2 | 0 |
674183,9 | Python: Move Decorator | dev | qt/tqtc-qtbridges | Status: MERGED | +2 | 0 |
675811,7 | Python: Edit Decorator | dev | qt/tqtc-qtbridges | Status: MERGED | +2 | 0 |