I'm working on an application wherein a QComboBox is located at the bottom of the window. From my limited understanding, I believe Qt should automatically calculate the direction of the drop down list based on the amount of space available for the popup. However, in my case, the drop down direction is still in the default state (displayed below the box) and hence hidden and inaccessible. Could someone help me understand why this might be happening or perhaps if there is a way to force Qt to display the popup above the QComboBox?
--EDIT--
Image below shows the problem, and my fix. I am still not sure if there is a method to set the direction manually, but in this case, I don't need it anymore.