This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
fanny-app/resources/qml/qml.qrc
Dorian Zedler 3e7bfb623f
- removed login
- removed substitution plan
- added "Wo ist der Vertretungsplan?" page

This is the last commit with code changes.
GOODBYE, OLD FRIEND!
2020-09-19 18:47:21 +02:00

23 lines
918 B
Text

<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Pages/LoginPage.qml</file>
<file>Components/AppToolBar.qml</file>
<file>Forms/FoodPlanForm.qml</file>
<file>Forms/EventForm.qml</file>
<file>Pages/MainPage.qml</file>
<file>Components/FancyButton.qml</file>
<file>Forms/HomeForm.qml</file>
<file>Components/FoodPlanView.qml</file>
<file>Forms/LoadingForm.qml</file>
<file>Components/EventView.qml</file>
<file>Components/InfoArea.qml</file>
<file>Forms/SettingsForm.qml</file>
<file>Forms/FilterForm.qml</file>
<file>Components/SettingsDelegate.qml</file>
<file>Components/FannyDataListView.qml</file>
<file>Components/ProgressCircle.qml</file>
<file>Components/CompatibleToolButton.qml</file>
<file>Forms/PostMortumForm.qml</file>
</qresource>
</RCC>