Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Slider Style Problem

$
0
0
If a SliderStyle is used AND a negative minimumValue is used, the slider’s handle goes off its groove. Like this… Screenshot [jawad.zenfolio.com] This happens even if the SliderStyle is empty (so probably not something I did wrong):         Slider {             id: sld             minimumValue: -1.0             maximumValue: 1.0               style:  SliderStyle {}     } Is there a solution for this ? Am I doing something wrong? Thanks for your help !

Viewing all articles
Browse latest Browse all 4972

Trending Articles