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.
This commit is contained in:
2020-06-07 20:39:29 -04:00
parent b0780f1ede
commit 6edccb050b
4 changed files with 37 additions and 252 deletions

View File

@@ -6,5 +6,5 @@ set(vehiclevoyage_SRCS
qt5_add_resources(RESOURCES resources.qrc)
add_executable(vehiclevoyage ${vehiclevoyage_SRCS} ${RESOURCES})
target_link_libraries(vehiclevoyage Qt5::Core Qt5::Qml Qt5::Quick Qt5::Sql KF5::CoreAddons)
target_link_libraries(vehiclevoyage Qt5::Core Qt5::Qml Qt5::Quick Qt5::Sql Qt5::Widgets KF5::CoreAddons)
install(TARGETS vehiclevoyage ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})