wrap all items in pane
This commit is contained in:
parent
2b6b9aee28
commit
8104e3c099
2 changed files with 74 additions and 60 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import qs.components
|
||||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
|
|
@ -14,8 +13,10 @@ GridLayout {
|
|||
font.pixelSize: 18
|
||||
}
|
||||
|
||||
StyledSwitch {
|
||||
text: "Enable"
|
||||
StyledPane {
|
||||
StyledSwitch {
|
||||
text: "Enable"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue