import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
ColumnLayout {
width: 100
Label {
text: "Label"
}
enabled: false
LayoutMirroring.enabled: true