Merge branch 'master' of https://github.com/uwerat/qskinny
This commit is contained in:
commit
c718d3ec12
@ -23,7 +23,8 @@ Qsk.Window
|
||||
orientation: Qt.Horizontal
|
||||
dimension: 3
|
||||
|
||||
margins: 10
|
||||
//margins: 10 // only possible with Qt >= 6.2
|
||||
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||
spacing: 10
|
||||
|
||||
TestButton
|
||||
|
@ -38,7 +38,8 @@ Main
|
||||
orientation: Qt.Horizontal
|
||||
|
||||
spacing: 20
|
||||
margins: 8 // so that we can see the focus frame
|
||||
//margins: 8 // so that we can see the focus frame
|
||||
margins { left: 8; top: 8; right: 8; bottom: 8 }
|
||||
|
||||
SimpleListBox
|
||||
{
|
||||
@ -53,7 +54,8 @@ Main
|
||||
|
||||
LinearBox
|
||||
{
|
||||
margins: 10
|
||||
// margins: 10
|
||||
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||
orientation: Qt.Vertical
|
||||
defaultAlignment: Qt.AlignCenter
|
||||
extraSpacingAt: Qt.BottomEdge
|
||||
@ -86,7 +88,8 @@ Main
|
||||
dimension: 3
|
||||
|
||||
spacing: 20
|
||||
margins: 20
|
||||
//margins: 20
|
||||
margins { left: 20; top: 20; right: 20; bottom: 20 }
|
||||
|
||||
sizePolicy
|
||||
{
|
||||
|
@ -15,7 +15,8 @@ Qsk.Window
|
||||
orientation: Qt.Horizontal
|
||||
dimension: 6
|
||||
|
||||
margins: 10
|
||||
//margins: 10 // only possible with Qt >= 6.2
|
||||
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||
spacing: 10
|
||||
|
||||
// panel
|
||||
|
@ -15,7 +15,8 @@ Qsk.Window
|
||||
orientation: Qt.Horizontal
|
||||
dimension: 3
|
||||
|
||||
margins: 10
|
||||
//margins: 10
|
||||
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||
spacing: 20
|
||||
|
||||
Repeater
|
||||
|
@ -4,7 +4,9 @@ import Test 1.0
|
||||
|
||||
GridBox
|
||||
{
|
||||
margins: 10
|
||||
//margins: 10 // only possible with Qt >= 6.2
|
||||
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||
|
||||
autoFillBackground : true
|
||||
|
||||
background
|
||||
|
@ -16,7 +16,8 @@ Qsk.Window
|
||||
orientation: Qt.Horizontal
|
||||
dimension: 2
|
||||
|
||||
margins: 10
|
||||
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||
//margins: 10
|
||||
|
||||
Qsk.PushButton
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user