Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
4.8.4, 5.0.0
-
None
-
Windows 7 Proffesional x86
Description
I have tried reversing the layout using Qt::RTL and this works up to the degree of reversing the titlebar. Seeing that I need the titlebar to be reversed as well, I tried to reverse the layout using Windows API, but this causes major issues with the clickable widgets (QMenuBar, QToolButton, QPushButton) in the sense that it reverses the painting of the widgets but does not reverse their actual positions (when I try to click on any of them I can't unless I click on the normal position in the LTR layout). I don't need this application to be cross-platform and that is why I use Windows API. Following are code fragments and some pictures to better depict the issue:
Pictures:
Attachments
Issue Links
- is replaced by
-
QTBUG-28463 Unable to use Arabic right to left (RTL) layout in the title bar of own custom dialog.
- Closed