From ccbfa0884072c26979a6475de71635c19a474cca Mon Sep 17 00:00:00 2001 From: Teemu Holappa Date: Mon, 9 Nov 2015 16:39:08 +0200 Subject: Device settings UI. Implemented settings application for changing device settings. There are implemented settings UI for network, time and date, locale, bluetooth, audio and display. Change-Id: I26077ce1f2356eb8520fad61cf07407c6a0f98c1 Reviewed-by: Kimmo Ollila Reviewed-by: Risto Avila --- src/qtdevicesettings/settingsui/settingsview.xml | 41 ++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/qtdevicesettings/settingsui/settingsview.xml (limited to 'src/qtdevicesettings/settingsui/settingsview.xml') diff --git a/src/qtdevicesettings/settingsui/settingsview.xml b/src/qtdevicesettings/settingsui/settingsview.xml new file mode 100644 index 0000000..b2cfc51 --- /dev/null +++ b/src/qtdevicesettings/settingsui/settingsview.xml @@ -0,0 +1,41 @@ + + + + + Network + com.theqtcompany.settings.network 1.0 + NetworkSettings + ../icons/World_qt_6x.png + + + Display + com.theqtcompany.settings.general 1.0 + Display + ../icons/Display_qt_6x.png + + + Audio + com.theqtcompany.settings.general 1.0 + Sound + ../icons/Audio_qt_6x.png + + + Date and Time + com.theqtcompany.settings.timedate 1.0 + TimeDate + ../icons/Clock_qt_6x.png + + + Language + com.theqtcompany.settings.locale 1.0 + Language + ../icons/Flag_qt_6x.png + + + Bluetooth + com.theqtcompany.settings.bluetooth 1.0 + Bluetooth + ../icons/Bluetooth_qt_6x.png + + + -- cgit v1.2.3