PDA

View Full Version : QComboBox Popup position



alitoh
24th November 2011, 19:00
I styled a QComboBox and now I find that, due to said changes, the popup list is slightly "over" the main widget when it shows. Is there a way to add, say, 1 or 2 px to the popup position?

Spitfire
25th November 2011, 10:16
If you've used styleSheet() then you should be able to add padding or something like that to push it down.