Add master sliders

This commit is contained in:
2023-02-16 00:47:00 +01:00
parent 97e09d4ec9
commit c7040ce371
7 changed files with 180 additions and 52 deletions

8
DmxSlider.qml Normal file
View File

@@ -0,0 +1,8 @@
import QtQuick.Controls.Material
Slider {
from: 0
to: 255
snapMode: Slider.SnapAlways
stepSize: 1
}