mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-11 08:06:52 +02:00
[common] introduce ListModel
*qt: for now, use QObjectListModel for both Dict and List models
This commit is contained in:
parent
d22c2f7f8e
commit
d0c0a28d5d
3 changed files with 31 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue