A slider is in general a rectangle with a handle. The handle can be dragged along one axis. The slider notifies others about the handle position. The handle position is normally converted in a value between 0 and 100.
component
All posts tagged component
In the previous posts, we always used only one qml-file. No it’s time to split it up and create qml-components.