PDA

View Full Version : Regarding Size of dropdown arrow



us,gupta
4th January 2017, 08:08
Hello,

We are using qt4.6.2 for embedded application development. We want to change the width of dropdown arrow of a QComboBox. Is it possible ? If yes, then how we can change?

Thanks & Regards
Uma Shanker

anda_skoa
4th January 2017, 16:11
You should be able to do that with a custom QStyle but very likely also with a style sheet.

Cheers,
_