blob: fa31f2a8bd3e11656e56bbc80b78ec866b82313c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="settings" version="0.1">
<name>Settings</name>
<icon src="icon.svg"/>
<content src="bin/settings" type="application/vnd.agl.native"/>
<description>This is the settings application for date & time, wifi and bluetooth</description>
<author>Tasuku Suzuki <tasuku.suzuki@qt.io></author>
<license>APL 2.0</license>
</widget>
|