On Windows: When I select any item from a non editable comboBox drop down, everytime drop down opens downwards because this is how QT natively implements it on windows.
On Linux: When I select first item from the dropdown, it opens downward, but if I select any other item and then open drop down again, then it doesn't expand downward exactly, some entries are upward and some downward, because of native theme of Linux.
Any easy way to make it similar to windows so that whole dropdown opens downward?