moment/harmonyqml/backend/model
miruka 012e89f6cb Improved ListModel and ListItem
- New ListItem implemented using a metaclass, which makes defining new
  ListItem subclasses much cleaner and shorter

- ListModel functions taking an index now accept either an int
  (list index) or str (value of a main key)

- getWhere() gone, simply use get(a_main_key_value) now

- updateOrAppendWhere replaced by update()/upsert()
2019-04-29 23:51:37 -04:00
..
__init__.py Capitalization, list model and room header work 2019-04-20 17:43:57 -04:00
items.py Improved ListModel and ListItem 2019-04-29 23:51:37 -04:00
list_item.py Improved ListModel and ListItem 2019-04-29 23:51:37 -04:00
list_model_map.py Fix room forget and buttons bugs 2019-04-26 16:52:26 -04:00
list_model.py Improved ListModel and ListItem 2019-04-29 23:51:37 -04:00
qml_models.py Set parents for all QObjects 2019-04-22 14:24:45 -04:00