I am writing a qml application that should support RTL and LTR languages and the interface needs to be some how flexible, and anchors may not produce good UI
So I planned to use qml Grid, Column, and RowLayout, they work good but does not get mirrored when I use
LayoutMirroring.enabled: true
LayoutMirroring.childrenInherit: true
is there any way to use these layout components with LayoutMirroring.enabled: true and if not how to set width and height for qml positioners (Row,Column,and Grid) to fill thier bounding item width and height