Problem in displaying the ComboBox list
Hi ,
i my application i am using comboBox to display a list.
now the problem is that when i click the combo box then the no of items in te combo box list insted of displaying in a scroll window are displayed all at a time and since i am having a big list, the display covers most part of my screen........
How to solve this problem???????????
Regards
Raghvendra
Re: Problem in displaying the ComboBox list
please post you sources. With the given description we cannot help!
Re: Problem in displaying the ComboBox list
Quote:
Originally Posted by
raghvendramisra
now the problem is that when i click the combo box then the no of items in te combo box list insted of displaying in a scroll window are displayed all at a time and since i am having a big list, the display covers most part of my screen........
Did you by any chance change the sizeLimit property to some bigger value (the default is 10)?
Re: Problem in displaying the ComboBox list
actually i am using the QT designer and i have checked the sizelimit property. It is set to a default value of 10. but still when i click a combo Box the list displayed is quite large.
Also this problem is not with the application itself.
When i am using the "Connection Window"( by selecting the edit menu option) for connecting the signal to slot, there also when i am clicking the sender combo box, te whole list get displayed at once :(
Regards
Re: Problem in displaying the ComboBox list
Quote:
Originally Posted by
raghvendramisra
actually i am using the QT designer and i have checked the sizelimit property. It is set to a default value of 10. but still when i click a combo Box the list displayed is quite large.
Well... it works fine for me.
Quote:
When i am using the "Connection Window"( by selecting the edit menu option) for connecting the signal to slot, there also when i am clicking the sender combo box, te whole list get displayed at once :(
Try deleting your Qt config files if you have any or change the widget style used and see if it helps.