summaryrefslogtreecommitdiffstats
path: root/examples/sensors/qmlqtsensors/components/ApplicationWindow.qml
blob: a2e90655dad0eb2153df27b38dee5ca16e43136a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//Import the declarative plugins
import QtQuick

Rectangle {
    id: appWnd
    width: 320
    height: 480
    color: "#868482"
}