diff --git a/examples/buttons/buttons.qml b/examples/buttons/buttons.qml index d4ee6d5f..442f7729 100644 --- a/examples/buttons/buttons.qml +++ b/examples/buttons/buttons.qml @@ -23,7 +23,7 @@ Qsk.Window orientation: Qt.Horizontal dimension: 3 - //margins: 10 // only possible with Qt >= 6.2 + //margins: 10 // only possible with Qt <= 6.1 margins { left: 10; top: 10; right: 10; bottom: 10 } spacing: 10 diff --git a/examples/frames/frames.qml b/examples/frames/frames.qml index 8cc096ab..81f15071 100644 --- a/examples/frames/frames.qml +++ b/examples/frames/frames.qml @@ -15,7 +15,7 @@ Qsk.Window orientation: Qt.Horizontal dimension: 6 - //margins: 10 // only possible with Qt >= 6.2 + //margins: 10 // only possible with Qt <= 6.1 margins { left: 10; top: 10; right: 10; bottom: 10 } spacing: 10 diff --git a/examples/layouts/layouts.qml b/examples/layouts/layouts.qml index e0479b82..a06c66ef 100644 --- a/examples/layouts/layouts.qml +++ b/examples/layouts/layouts.qml @@ -4,7 +4,7 @@ import Test 1.0 GridBox { - //margins: 10 // only possible with Qt >= 6.2 + //margins: 10 // only possible with Qt <= 6.1 margins { left: 10; top: 10; right: 10; bottom: 10 } autoFillBackground : true