Qt Quick Examples - Right to Left¶
This is a collection of QML Right to Left examples
righttoleft.qml Example File¶
layoutdirection.qml Example File¶
layoutmirroring.qml Example File¶
textalignment.qml Example File¶
main.cpp Example File¶
righttoleft.pro Example File¶
righttoleft.qmlproject Example File¶
righttoleft.qrc Example File¶
layoutdirection.qmlproject Example File¶
layoutmirroring.qmlproject Example File¶
textalignment.qmlproject Example File¶
This is a collection of QML Right to Left examples.
Right to Left is a collection of small QML examples relating to right to left (RTL) localization support. For more information, visit Right-to-left User Interfaces .
These are the examples in Right to Left:
Layout Direction - shows RTL layout direction
Layout Mirroring - shows automatic mirroring of horizontal layouts in RTL locales
Text Alignment - shows automatic mirroring of text alignment in RTL locales
Running the Example¶
To run the example from Qt Creator , open the Welcome mode and select the example from Examples . For more information, visit Building and Running an Example.