Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.4.3, 6.5
-
-
5ed4c2320 (dev), d43b0db12 (tqtc/lts-6.2), c674139b1 (6.6), 82e4b24dd (6.5)
Description
Qt Support was contacted by an user that was using workaround to active RTL for Qt Quick Application window which caused for example Combobox scrolling not to work correctly.
According to https://doc.qt.io/qt-6/qtquick-positioning-righttoleft.html#default-layout-direction the RTL window should be possible to achieve via:
QGuiApplication app(argc, argv); app.setLayoutDirection(Qt::RightToLeft);
But this has not worked in tests.
The window controls do not setup like in example picture "WantedWindowControls".
Attachments
Issue Links
- relates to
-
QTBUG-117499 Mouse scroll events stop working with `-platform windows:reverse`
- Closed