mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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 {
|
|
}
|