comments fixed
This commit is contained in:
parent
411e9832fd
commit
8413651bda
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user