How to resize Slider touching ball ?
Solved
QML and Qt Quick
-
Hi all,
I am using Qml slider and when I resized that, slider width can be re-setting so aspect ratio can be protected. But problem is that touching ball. Like in this picture:
As you can see slider touching ball is really bigger. I already checked the properties but seems like no property to set it.
So my question is: how to set radius of this touching ball ?
Thanks all !
-
@Yunus
https://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-sliderimplicitHight / implicitWidth of the handle is what you're looking for, probably