Hello,

I have another question about stylesheet on complex widgets.
Documentation contains following sentence:
Note: With complex widgets such as QComboBox and QScrollBar, if one property or sub-control is customized, all the other properties or sub-controls must be customized as well.
and I can't use custom border because buttons are disappearing.

I would like to use standard images of arrows on buttons but without using 'image' property. Is it possible?
Is it possible to draw QStyle::PE_IndicatorSpinUp with using stylesheet and how?


Franko.