Commit graph

9 commits

Author SHA1 Message Date
Yann Lanthony
8e472b7d2b [common] qt: use begin/endResetModel in 'clear' method 2017-10-23 19:55:31 +02:00
Yann Lanthony
455d61672e [common] use python list naming for adding elements to QObjectListModel
differentiate append and extend methods
2017-10-23 19:55:31 +02:00
Yann Lanthony
1e306f8408 rename Model to DictModel + augment API
* add "update" and "reset" methods
* core: no more default keyAttrName
* qt: if keyAttrName is empty, don't register items in internal dictionnary
2017-10-23 19:54:55 +02:00
Yann Lanthony
9c7d0c1b1c [desc] Attribute inherits BaseObject and expose members as properties
* also expose graph.Attribute's desc as a property
* introduce Variant in data structure backend API
2017-10-23 15:07:09 +02:00
Yann Lanthony
6fa0cba8db [qt-backend] fix object referencement in setObjectList method 2017-10-20 14:57:32 +02:00
Fabien Castan
540fe3d47f [common] CoreModel: raise an error in getter if the parameter does not exist 2017-10-16 12:24:00 +02:00
Yann Lanthony
a6ced86b3d [model] fix QObjectListModel 'pop' method
return the removed object
2017-10-02 15:28:51 +02:00
Fabien Castan
2fcdc586a6 [bin] fix statistics 2017-10-02 14:56:36 +02:00
Yann Lanthony
547e6c93b6 rename "types" to "common" to avoid name conflict
types is already a standard python package
2017-09-25 20:04:41 +02:00
Renamed from meshroom/types/qt.py (Browse further)