summaryrefslogtreecommitdiffstats
path: root/qml/settings.xml
blob: fb19ebc5486f2e8969af4a1146954f1f2436e9a7 (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
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<xml>
    <settings>
        <item>
            <title>Layout &amp; Input</title>
            <view>LayoutSettings</view>
            <path>qml</path>
            <icon>qml/icons/detail_icon.svg</icon>
            </item>
        <item>
            <title>Network</title>
            <view>NetworkSettings</view>
            <path>network</path>
            <icon>newIcons/network_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</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>Display</title>
            <view>Display</view>
            <path>display</path>
            <icon>newIcons/display_icon.svg</icon>
        </item>
        <item>
            <title>About Qt</title>
            <view>AboutQt</view>
            <path>qml</path>
            <icon>qml/icons/info_icon.svg</icon>
        </item>
        <item>
            <title>Power</title>
            <view>Power</view>
            <path>power</path>
            <icon>newIcons/power_icon.svg</icon>
        </item>
    </settings>
</xml>