mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 19:56:16 +02:00
8 lines
127 B
QML
8 lines
127 B
QML
import QtQuick.Controls 1.3 as Original
|
|
import QtQuick.Controls.Styles 1.3
|
|
|
|
import "../styles"
|
|
import "."
|
|
|
|
Original.Slider {
|
|
}
|