mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 20:35:17 +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 {
|
|
}
|