aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml
blob: a3acd94f7dcb1d0fc7dcf33d6330c5095c30ac04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

import QtQuick 2.2
import QtQuick.Dialogs 1.1

MessageDialog {
    icon: StandardIcon.Information
    text: "QtQuick.Controls gallery example"
    detailedText: "This example demonstrates most of the available Qt Quick Controls."
    title: "About Gallery"
}