Custom "Slider"
Unsolved
General and Desktop
-
Hello all, I am trying to implement a slider that is similar to the iphone turn off button shown in this link.
Following the QT tutorial (draggable icons), I added two labels to a QWidget. One label is for the circle off button while the other label is for the text. I am also able to drag the circle off button across the widget but i am unable to fix the Y axis. Hence the button looks like it is floating. Is there a way to fix the y axis so that the drag or drop event doesnt alter the y axis position?