Does anyone know an easy way to hide the groove of a QSlider?

I've tried using setStyleSheet with stuff like QSlider::groove::horizontal { visibility:hidden; } but I haven't found anything that works yet.