Please don't bump your own thread so early, allow at least 24 to 48 hours for others to answer. Not everybody on this forum lives in the same time zone as you.
Don't know if this might help you, but have you tried reimplementing QAbstractSlider(or QSlider) and customize it the way you like?
This way you would have QSlider's functionality and your own style.
thank you , but here i use QGraphicsView,
and i have to draw the startLine, endLine, and the current PlayLine all by myself, so i think ur way is great, but not suitable for my situation
anyway, thanks a lot.