This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
app/qml/qml.qrc
Dorian Zedler dc26169fe0 - many design improvements:
- new text inputs
 - new delegate highlighting
 - better text scaling
- some cleanup
2019-03-29 19:15:20 +01:00

18 lines
674 B
Plaintext

<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>ProfilesDialog.qml</file>
<file>SettingsDialog.qml</file>
<file>components/ProgressCircle.qml</file>
<file>components/ConnectionDelegate.qml</file>
<file>components/FadeAnimation.qml</file>
<file>components/ConnectionIcon.qml</file>
<file>components/NextPageDelegate.qml</file>
<file>ErrorDialog.qml</file>
<file>components/FancyButton.qml</file>
<file>components/SmoothItemDelegate.qml</file>
<file>components/SmoothSwitchDelegate.qml</file>
<file>components/InputDelegate.qml</file>
</qresource>
</RCC>