diff options
author | Ken Moore <ken@ixsystems.com> | 2018-01-30 13:21:58 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-01-30 13:21:58 -0500 |
commit | 8b1cdec37e58d606a16ecb7539f72b092a3e2e16 (patch) | |
tree | d896ee61d74eccf1dd311da778c7c2cd3201403f /src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc | |
parent | Get the OSInterface framework up and running (template OS only at the moment) (diff) | |
download | lumina-8b1cdec37e58d606a16ecb7539f72b092a3e2e16.tar.gz lumina-8b1cdec37e58d606a16ecb7539f72b092a3e2e16.tar.bz2 lumina-8b1cdec37e58d606a16ecb7539f72b092a3e2e16.zip |
Start putting the new statusTray plugin together.
The networking status button is working now, need to finish the others.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc b/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc index a4dc414f..ba143027 100644 --- a/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc +++ b/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc @@ -5,5 +5,10 @@ <file>Screen.qml</file> <file>Panel.qml</file> <file>NativeWindow.qml</file> + <file>plugins/StatusTray.qml</file> + <file>plugins/status_tray/TrayIcon.qml</file> + <file>plugins/status_tray/VolumeButton.qml</file> + <file>plugins/status_tray/NetworkButton.qml</file> + <file>plugins/status_tray/BatteryButton.qml</file> </qresource> </RCC> |