We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa0dac commit 416e3f0Copy full SHA for 416e3f0
src/quick/items/qquickitem.cpp
@@ -1544,6 +1544,13 @@ QQuickKeysAttached *QQuickKeysAttached::qmlAttachedProperties(QObject *obj)
1544
mirroring is not the desired behavior, or if the child item already implements mirroring in
1545
some custom way.
1546
1547
+ To set the layout direction based on the \l {Default Layout Direction}{default layout direction}
1548
+ of the application, use the following code:
1549
+
1550
+ \code
1551
+ LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft
1552
+ \endcode
1553
1554
See \l {Right-to-left User Interfaces} for further details on using \c LayoutMirroring and
1555
other related features to implement right-to-left support for an application.
1556
*/
0 commit comments