aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/shared/Label.qml
blob: 77ec53f5c21e91e4fa16e56e54a660e05a47c517 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick 2.0

Text {
    SystemPalette { id: palette }
    color: palette.text
}