This uses the HardwareService service, it shows an error line if it cannot be found.
a56079c Add an element to show and mount/umount the storage devices.
src/client/CMakeLists.txt | 1 +
src/client/elements/deviceexplorer/element | 4 +
src/client/elements/deviceexplorer/explorer.qml | 89 +++++++++++
src/client/elements/deviceexplorer/maincontent.qml | 154 ++++++++++++++++++++
src/client/elements/deviceexplorer/noservice.qml | 36 +++++
5 files changed, 284 insertions(+)
Upstream: github.com