Add a new type of view to show the content of a folder when it doesn't contain comics

This view will display subfolders only, but at some point it should evolve to show the full content in a folder.
This commit is contained in:
Luis Ángel San Martín
2022-10-09 11:16:42 +02:00
parent 7f04e7fd19
commit 1a420c9679
4 changed files with 918 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<RCC>
<qresource prefix="/">
<file alias="qml/GridComicsView.qml">qml/GridComicsView6.qml</file>
<file alias="qml/FolderContentView.qml">qml/FolderContentView6.qml</file>
<file alias="qml/FlowView.qml">qml/FlowView6.qml</file>
<file alias="qml/InfoTick.qml">qml/InfoTick6.qml</file>
<file alias="qml/InfoFavorites.qml">qml/InfoFavorites6.qml</file>