Commit Graph

9 Commits

Author SHA1 Message Date
b554c96720 Fix date storage to be iso string. Save and display date as appropriate. 2020-06-10 11:33:24 -04:00
84dd6d1efc Implement canceling of adding pages. Implement code for record display and adding. 2020-06-09 17:31:16 -04:00
5e749c454b Add UI/code to make process of add/removing vehicles work. 2020-06-09 13:25:46 -04:00
5b8cd46e80 rename db column to not conflict with qml. Make sure to call select on first load of table models to poulate.
Make model classes have some functions accessible from qml. Add custom model method that allows QML to easily add new items.
Add Card layout that contains data from db.
2020-06-07 22:36:32 -04:00
6edccb050b Change QGuiApplication to QApplication to allow proper palette usage on desktop. Add VIN to data storage options.
Change add vehicle layout to use form layout insteaf of manual layout.
2020-06-07 20:39:29 -04:00
eda53f9663 Pass db instance to models. Pass models to QML. 2020-06-06 22:01:45 -04:00
163441c4ef Put in skeleton ui. 2020-06-06 21:21:18 -04:00
c9d742fab7 add table creation and first table model. 2020-06-06 20:11:38 -04:00
43f5e1b22c Start adding data structure. 2020-06-02 15:45:39 -04:00