Hi All,
(I'm a long time lurker, but first time posting)
I seem to have a problem with a PyQt/QComboBox widget. It all seems fine until focus is taken away from the main window (message box, or even by accessing the menu from the toolbar)
It appears as if the pop-up list from the combobox "drops" upwards instead of downwards after focus is lost/regained (SOrry this would be much easier to show with a screenshot, but I can't as Ctrl->Shift->P does not seem to work with the combobox active)
Code:
python test.py
(from the attached file)
It should just display a comboBox widget.
Hit the popup/dropdown to confirm it works as it should.
Now tap on the menubar.
Tap back into the main window
Try to activate the combobox again -- notice the direction of the pop-"up"
More interestingly, if you enable rotation with Ctrl->Shift->R and then swap orientation and back again it all works (until the next time the menu is activated)
Am I doing something wrong or is it a bug?
Any workarounds? (short of destroying/recreating the widget)
(I'm a long time lurker, but first time posting)
I seem to have a problem with a PyQt/QComboBox widget. It all seems fine until focus is taken away from the main window (message box, or even by accessing the menu from the toolbar)
It appears as if the pop-up list from the combobox "drops" upwards instead of downwards after focus is lost/regained (SOrry this would be much easier to show with a screenshot, but I can't as Ctrl->Shift->P does not seem to work with the combobox active)
It should just display a comboBox widget.
Hit the popup/dropdown to confirm it works as it should.
Now tap on the menubar.
Tap back into the main window
Try to activate the combobox again -- notice the direction of the pop-"up"
More interestingly, if you enable rotation with Ctrl->Shift->R and then swap orientation and back again it all works (until the next time the menu is activated)
Am I doing something wrong or is it a bug?
Any workarounds? (short of destroying/recreating the widget)