aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/detailsPage.qml
blob: ba8b6fa281821c0100439c20f5f2fd787da1dcab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0

import QtQuick

import NewProjectDialog

Item {
    id: base
    Details {
        width: parent.width
        height: parent.height
    }
}