Is there any way to change move the drop down button of qcombobox to the left ?
Unsolved
General and Desktop
-
I need to move the dropdown of QComboBox from right to left. How I can achieve it.
-
@thomasjohnaj have you tried
setLayoutDirection(Qt::RightToLeft) ? -
@thomasjohnaj
I would try as @J-Hilk has suggested, but don't be surprised if that might mess up your left-right reading text :)