aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/shared/Label.qml
blob: 6186d64135022ec2a9e5f7f7a148d043aa5e44a5 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick

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