Hi all

Working on Qt4.1 on my Intel Mac machine.

My problem is this , The length of the QComboBox is small as compare to the contents in it, while using this in my program i wont be able to view its contents properly.

For eg. Suppose I have added this String in QComboBox "/dev/rdisk0 (WDC WD2500AAJS-41RYA0 Media,232.89 GB)",

Now while running the program ,When i click upon combo , The name of the above String is Partiallly visible to me. that is "/dev/rdisk0 (WDC "
Because the length of the ComboBox I have taken is this much.

For this I also used ,Combo->setSizeAdjustPolicy(QComboBox::AdjustToContents ); but It wont works

Is there any other way to make it adjustable.

Kindly help me

Thanx