This commit is contained in:
Vyn 2024-04-09 18:46:06 +02:00
commit 1bb1ade305
36 changed files with 2837 additions and 0 deletions

21
src/qml.qrc Normal file
View file

@ -0,0 +1,21 @@
<RCC>
<qresource prefix="/">
<file>qml/components/SideBarButton.qml</file>
<file>qml/components/AnimeCard.qml</file>
<file>qml/components/AnimeList.qml</file>
<file>qml/components/TextField.qml</file>
<file>qml/views/ListsView.qml</file>
<file>qml/views/SearchView.qml</file>
<file>qml/components/AnimeInfo.qml</file>
<file>qml/images/lists.svg</file>
<file>qml/images/search.svg</file>
<file>qml/main.qml</file>
<file>qml/components/Button.qml</file>
<file>qml/images/import.svg</file>
<file>qml/views/ListForm.qml</file>
<file>qml/images/settings.svg</file>
<file>qml/images/add.svg</file>
<file>qml/components/Modal.qml</file>
<file>qml/components/HorizontalSpacer.qml</file>
</qresource>
</RCC>