feat: added data model and ui for main window

This commit is contained in:
2026-01-17 14:08:34 +03:00
parent eb4b3557fa
commit f6ec31183a
19 changed files with 273 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ find_package(Qt5 COMPONENTS
Core
Gui
Widgets
Sql
REQUIRED
)
@@ -18,6 +19,7 @@ file(GLOB
"src/*"
"src/MainWidget/*"
"src/LicenseModel/*"
"deps/deps.qrc"
)
add_executable(