summaryrefslogtreecommitdiff
path: root/tests/auto/qmlinterface/data/TestSupplier.qml
blob: 8c402b3ed8ea1529134fe0e092759b98b48a779a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import QtLocation
import QtQuick

Item {
    property supplier supplier: ({
        name: "Test supplier",
        supplierId: "test-supplier-id",
        url: "http://www.example.com/test-supplier",
        icon: ({ parameters: { singleUrl: "http://www.example.com/test-icon.png" }})
    })
}