Hi,

I'm making a gui interface using Qt designer. Everthing seems to work in the form preview option of the designer.
However when I compile the application I get a very strange behavior with the QComboBox widgets.

If I click on the combbox and Select any of the options everthing works fine. But If, for any reason, I do not select an option, and leave the popup window of the ComboBox open, and click with any mouse button anywhere in the Qt application or in the desktop, all my system freezes. The mouse pointer still moves arround the Desktop but none of the clicks work. The Keybord also don't work, but for the combination ctrl alt f1, wich allows me to open a non graphical console and kill the qt process and regain control of the sistem.

Is the behaviour normal? Should I change some specific propriety of the QComboBox widget? I tried to change all proprieties of the QComboBox widget displayed in the Qt Designer but the results are always the same.

I'm using kde 3.5.1 as desktop and Suse 10.0 as operating system and Qt 4.1.0-16

any help would be most appreciated.

My best regards,

António Tomé