PDA

View Full Version : QComboBox



merry
31st August 2007, 12:10
Hi all

Working on Qt4.1 on Intel MAC

Can anybody tells me that , how can I view properly the contents inserted in the ComboBox.

Actually , length of the ComboBox is small as compare to the length of the contents.

So , Is there any property to set - to view the contents properly


Thanx

jpn
31st August 2007, 13:17
See QComboBox::sizeAdjustPolicy (http://doc.trolltech.com/4.1/qcombobox.html#sizeAdjustPolicy-prop). Also, make sure the combo box is in a layout.