mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 09:23:18 +00:00
Add tags settings in UI
This commit is contained in:
parent
01037b1717
commit
e5328c15d4
10 changed files with 233 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue