Files
scheincommander/DmxSlider.qml

9 lines
117 B
QML
Raw Permalink Normal View History

2023-02-16 00:47:00 +01:00
import QtQuick.Controls.Material
Slider {
from: 0
to: 255
snapMode: Slider.SnapAlways
stepSize: 1
}