Add tags settings in UI

This commit is contained in:
Vyn 2024-04-22 14:34:24 +02:00
parent 01037b1717
commit e5328c15d4
10 changed files with 233 additions and 22 deletions

View file

@ -51,6 +51,7 @@ qt_add_qml_module(mirai
src/qml/TaskItem.qml
src/qml/forms/TaskForm.qml
src/qml/forms/FilesForm.qml
src/qml/forms/TagsConfigForm.qml
src/qml/components/TabSelector.qml
src/qml/components/Tag.qml
src/qml/components/Calendar.qml
@ -61,10 +62,12 @@ qt_add_qml_module(mirai
SOURCES
src/Backend.h src/Backend.cpp
src/TaskItem.h src/TaskItem.cpp
src/Tag.h src/Tag.cpp
src/TasksFile.h src/TasksFile.cpp
RESOURCES
src/images/calendar.png
src/images/add.png
src/images/settings.png
)
target_link_libraries(mirai PRIVATE Qt6::Quick)