Fix UI to work better on smaller screens. Implement first version of data import from carfax json.

This commit is contained in:
2020-06-16 17:24:40 -04:00
parent 62c8b37bd8
commit b8928230bd
7 changed files with 65 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
set(vehiclevoyage_SRCS
db/sqlvehicle.cpp
db/sqlservicerecord.cpp
jsonio.cpp
main.cpp
)