diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-08-27 19:45:41 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:50:58 +0100 |
commit | cd1d46a26b923260b6c87cc93a0723b8166c609e (patch) | |
tree | 81d0fafeaeda6f5d72ec03f589cf8560cea32ed8 /gui/gui.qrc | |
parent | 76585f828a36c08614df84f43d64e20fb0e7a425 (diff) |
[ui] refactor ui
Diffstat (limited to 'gui/gui.qrc')
-rw-r--r-- | gui/gui.qrc | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/gui/gui.qrc b/gui/gui.qrc index 3099727..dde4c8f 100644 --- a/gui/gui.qrc +++ b/gui/gui.qrc @@ -1,7 +1,50 @@ <RCC> <qresource prefix="/"> - <file>qml/main.qml</file> + <file>main.qml</file> + + <file>themes/themes.js</file> + <file>components/MainView.qml</file> + <file>components/Splash.qml</file> + <file>components/Home.qml</file> + <file>components/Header.qml</file> + <file>components/Footer.qml</file> + <file>components/StatusBox.qml</file> + <file>components/Spinner.qml</file> + <file>components/Systray.qml</file> + <file>components/Help.qml</file> + <file>components/Locations.qml</file> + <file>components/Preferences.qml</file> + <file>components/BoldLabel.qml</file> + <file>components/LightLabel.qml</file> + <file>components/VPNButtonBase.qml</file> + <file>components/VPNMouseArea.qml</file> + <file>components/VerticalSpacer.qml</file> + <file>components/Icon.qml</file> + <file>components/MaterialButton.qml</file> + <file>components/VPNState.qml</file> + <file>resources/icon-noshield.svg</file> + <file>resources/location.svg</file> + <file>resources/settings.svg</file> + <file>resources/power.svg</file> + <file>resources/close.svg</file> + <file>resources/donate.svg</file> + <file>resources/tools.svg</file> + <file>resources/help.svg</file> + <file>resources/about.svg</file> + <file>resources/bridge.png</file> + <file>resources/gear-fill.svg</file> + <file>resources/reception-0.svg</file> + <file>resources/reception-2.svg</file> + <file>resources/reception-4.svg</file> + <file>resources/arrow-left.svg</file> + <file>resources/globe.svg</file> + <file>resources/birds.svg</file> + <file>resources/riseup-icon.svg</file> + <file>resources/spy.gif</file> + <file>resources/quit.svg</file> + + <!-- old, to remove --> <file>qml/VpnState.qml</file> <file>qml/AboutDialog.qml</file> <file>qml/DonateDialog.qml</file> @@ -14,6 +57,7 @@ <file>qml/VPNSwitch.qml</file> <file>qml/BridgesItem.qml</file> <file>qml/logic.js</file> + <!-- to remove --> <file>assets/icon/png/black/vpn_off.png</file> <file>assets/icon/png/black/vpn_on.png</file> |