[common] introduce ListModel

*qt: for now, use QObjectListModel for both Dict and List models
This commit is contained in:
Yann Lanthony 2017-10-23 18:51:58 +02:00
parent d22c2f7f8e
commit d0c0a28d5d
3 changed files with 31 additions and 4 deletions

View file

@ -311,8 +311,8 @@ class QTypedObjectListModel(QObjectListModel):
super(QTypedObjectListModel, self)._referenceItem(item)
Model = QObjectListModel
DictModel = QObjectListModel
ListModel = QObjectListModel
Slot = QtCore.Slot
Signal = QtCore.Signal
Property = QtCore.Property