A vertical slider with long needle
Unsolved
Qt for Python
-
I am still learning how to use QT but I have been searching and could not find any example nor answer. I only found one close is Qt Dial slider but I want to use a vertical slider with a colored long needle. See the image that I am looking for it to be used over the background image below to understand what I need. I hope one of you kindly point me to the right direction.
![alt text](image url)
-
Hi and welcome to devnet,
Will there be something shown under that needle ?
-
Depending on what your image is, you can create a custom QAbstractSlider that will draw the image and then the cursor on top of it.