~saviq/qtubuntu/more-robust-desktop-parsing

90.2.1 by Loïc Molinari
Added correct licensing.
1
// This file is part of QtUbuntu, a set of Qt components for Ubuntu.
2
// Copyright © 2013 Canonical Ltd.
3
//
102.6.1 by Loïc Molinari
Fixed glitch in licensing text.
4
// This program is free software: you can redistribute it and/or modify it under
5
// the terms of the GNU General Public License version 3, as published by the
6
// Free Software Foundation.
7
//
8
// This program is distributed in the hope that it will be useful, but WITHOUT
9
// ANY WARRANTY; without even the implied warranties of MERCHANTABILITY,
10
// SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11
// General Public License for more details.
12
//
13
// You should have received a copy of the GNU General Public License along with
14
// this program.  If not, see <http://www.gnu.org/licenses/>.
62.1.3 by Loïc Molinari
Reworked window state settings.
15
16
import QtQuick 2.0
17
18
Item {
19
    width: 720; height: 1280
20
    Image { anchors.fill: parent; source: "logo.png" }
21
}