Update: DAO refactor, elementTypeToString function, closeDocument, on_buttonValidate_released for definitive code generation

This commit is contained in:
Javi
2026-06-04 18:03:35 +02:00
parent f94f34f397
commit d3ae41e94d
12 changed files with 404 additions and 432 deletions
+15
View File
@@ -113,3 +113,18 @@ target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/editabletreemodel
INSTALLS += target
HEADERS += utils/dbutils.h
# DAO sources
SOURCES += \
src/dao/productdao.cpp \
src/dao/enterprisedao.cpp \
src/dao/thirddao.cpp \
src/dao/budgetdao.cpp \
src/dao/elementdao.cpp
HEADERS += \
src/dao/productdao.h \
src/dao/enterprisedao.h \
src/dao/thirddao.h \
src/dao/budgetdao.h \
src/dao/elementdao.h