Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
QSlider::groove:horizontal {height:6px; background-color:red;} QSlider::handle{margin:-6px; image: url(:/image/handle.png)}
Is there a way to make the slider on linux not slightly cut off the top and bottom of the handle?
I figured it out, it wasn't a stylesheet problem. I had to add
slider->setFixedHeight(20)
and it worked.