Hi,
I subclassed QStyle in order to have my own custom slider, now I'd like to have different custom sliders in my application, how can I do that?
I was trying QStylePainter but without success.
thanks
Bye
Hi,
I subclassed QStyle in order to have my own custom slider, now I'd like to have different custom sliders in my application, how can I do that?
I was trying QStylePainter but without success.
thanks
Bye
So you have set the custom style for the whole application by QApplication::setStyle()? You can set the different styles for individual widgets by QWidget::setStyle().
J-P Nurmi
If you are using Qt4.2, then maybe stylesheets are a solution for you.
Bookmarks