comments fixed
This commit is contained in:
parent
411e9832fd
commit
8413651bda
@ -23,7 +23,7 @@ Qsk.Window
|
|||||||
orientation: Qt.Horizontal
|
orientation: Qt.Horizontal
|
||||||
dimension: 3
|
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 }
|
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||||
spacing: 10
|
spacing: 10
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Qsk.Window
|
|||||||
orientation: Qt.Horizontal
|
orientation: Qt.Horizontal
|
||||||
dimension: 6
|
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 }
|
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||||
spacing: 10
|
spacing: 10
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ import Test 1.0
|
|||||||
|
|
||||||
GridBox
|
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 }
|
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||||
|
|
||||||
autoFillBackground : true
|
autoFillBackground : true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user