aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml/downloaddialog/DialogLabel.qml
blob: f7824cf1c639c29b24b39be1c767aeca7e61de94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2021 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.0
import QtQuick.Controls 2.15

import ExampleCheckout 1.0
import QtQuick.Layouts 1.11

import StudioFonts 1.0

Text {
    font.family: StudioFonts.titilliumWeb_light
    color: root.textColor
}