PDA

View Full Version : Removing down-arrow



zgulser
12th March 2009, 07:51
Hi,

Is there a way to remove down-arrow of QComboBox except the following way;

::drop-down{image:none}

Thanks in advance

aamer4yu
12th March 2009, 09:36
That must be the easiest way.
The other way would be inheriting QStyle and removing the down arrow, but that too will be platform dependant I guess....

zgulser
12th March 2009, 10:25
Hi,

You know the actual problem is down-arrow does not admit any styles that could be given from either the designer or the source. That's the strange point.

zgulser
13th March 2009, 09:55
Hi again,

is there a way to perform this?