blob: fb208c990e4d2e3fdbd35f5defdc26a9a00b0864 (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="UTF-8"?>
<application title="Thermostat" priority="8" scalable="1" icon="preview.png" binary="demos/thermostat/bin/ThermostatApp">
<description>
A user interface for a home thermostat, implemented in Qt Quick. It demonstrates how to create responsive applications that scale from large desktop displays to mobile and small embedded displays.
</description>
</application>
|