summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/StyledSlider.qml
blob: e6fff7c1a8625301b6b7e5ce7f3b5d4ed0f805dc (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick 2.0
import QtQuick.Controls 2.0

Slider {
    id: styledSlider
}