summaryrefslogtreecommitdiffstats
path: root/src/settingsui/settingsuiplugin/settingsview.xml
blob: 2749cb8f21e040a6fd3897139afc7c2e8fae1553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<xml>
    <settings>
        <item>
            <title>Network</title>
            <view>NetworkSettings</view>
            <path>network</path>
            <icon>newIcons/network_icon.svg</icon>
        </item>
        <item>
            <title>Display</title>
            <view>Display</view>
            <path>display</path>
            <icon>newIcons/display_icon.svg</icon>
        </item>
        <item>
            <title>Date &amp; Time</title>
            <view>TimeDate</view>
            <path>timedate</path>
            <icon>newIcons/date-time_icon.svg</icon>
        </item>
        <item>
            <title>Language &amp; Region</title>
            <view>Language</view>
            <path>locale</path>
            <icon>newIcons/language_icon.svg</icon>
        </item>
        <item>
            <title>Bluetooth</title>
            <view>Bluetooth</view>
            <path>bluetooth</path>
            <icon>newIcons/bluetooth_icon.svg</icon>
        </item>
        <item>
            <title>Power</title>
            <view>Power</view>
            <path>power</path>
            <icon>newIcons/power_icon.svg</icon>
        </item>
    </settings>
</xml>