I am setting one custom proxystyle as application style.
I want another custom style for my listwidget. so i have written another style class.
I applying the custom style to the widget using
listwidget->setStyle(new customproxystyle())
But the customproxystyle is not applying to my listwidget instead the application's custom style is applying.
How to override the application level style by widget level,
I am applying style scroll bar, implemented inside drawcomplexcontrol function,
But the style class of app level drawcomplexcontrol function only gets called.

How to apply the custom ctyle for listwidget whenever needed using style class.

Thanks,
muthu