summaryrefslogtreecommitdiffstats
path: root/src/settingsui/settingsview.xml
blob: 4f3b52e8dea517a9288ed253ecb595103a977ed9 (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
<?xml version="1.0" encoding="utf-8"?>
<xml>
    <settings>
        <item>
            <title>Network</title>
            <view>NetworkSettings</view>
            <path>network</path>
            <icon>../icons/World_qt_6x.png</icon>
        </item>
        <item>
            <title>Display</title>
            <view>Display</view>
            <path>display</path>
            <icon>../icons/Display_qt_6x.png</icon>
        </item>
        <item>
            <title>Date and Time</title>
            <view>TimeDate</view>
            <path>timedate</path>
            <icon>../icons/Clock_qt_6x.png</icon>
        </item>
        <item>
            <title>Language</title>
            <view>Language</view>
            <path>locale</path>
            <icon>../icons/Flag_qt_6x.png</icon>
        </item>
        <item>
            <title>Bluetooth</title>
            <view>Bluetooth</view>
            <path>bluetooth</path>
            <icon>../icons/Bluetooth_qt_6x.png</icon>
        </item>
    </settings>
</xml>