PDA

View Full Version : Related to Popup of the QComboBox



ashishsaryar
10th July 2009, 14:13
Hi to All,

I have a problem related to QComboBox. I am resizing the QComboBox, due to this popup will not come in appropriate size. I want to appear the popup according to the maximum items width, but its width is size of the QComboBox Width.

Please do reply

Thanks in Advance
Ashish

nish
10th July 2009, 17:29
try QComboBox::view()->setFixedSize() or something