Files
bearwave/src/qml.qrc
Sebastian Palencsar dfc98de077 refactor(qml): extract dialogs and loading overlay from Main.qml
Add AddStationDialog, EditStationDialog, and LoadingOverlay components.
Main.qml shrinks to ~325 lines; dialog IDs and app.editDialog API unchanged.
2026-06-20 14:24:25 +02:00

27 lines
1.3 KiB
Plaintext

<RCC>
<qresource prefix="/qml">
<file>qml/Main.qml</file>
<file>qml/theme/qmldir</file>
<file>qml/theme/BearTheme.qml</file>
<file>qml/components/qmldir</file>
<file>qml/components/HeaderNavigation.qml</file>
<file>qml/components/SearchToolbar.qml</file>
<file>qml/components/QuickFilters.qml</file>
<file>qml/components/StationCard.qml</file>
<file>qml/components/WorldCategoryHeader.qml</file>
<file>qml/components/WorldCategories.qml</file>
<file>qml/components/PlayerBar.qml</file>
<file>qml/components/AboutDialog.qml</file>
<file>qml/components/AddStationDialog.qml</file>
<file>qml/components/EditStationDialog.qml</file>
<file>qml/components/LoadingOverlay.qml</file>
<file>qml/utils/FlagUtils.js</file>
</qresource>
<qresource prefix="/">
<file alias="assets/app/bearwave.png">../assets/app/bearwave.png</file>
<file alias="assets/app/bearwave_line.png">../assets/app/bearwave_line.png</file>
<file alias="assets/ui/globe.svg">../assets/ui/globe.svg</file>
<file alias="assets/ui/github.svg">../assets/ui/github.svg</file>
<file alias="assets/ui/linkedin.svg">../assets/ui/linkedin.svg</file>
</qresource>
</RCC>