swipeview
This commit is contained in:
parent
f974911b1c
commit
9adae58589
1 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ StyledPanelWindow {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.bottom: stack.top
|
anchors.bottom: view.top
|
||||||
|
|
||||||
StyledTabButton {
|
StyledTabButton {
|
||||||
text: "Fields"
|
text: "Fields"
|
||||||
|
|
@ -49,8 +49,8 @@ StyledPanelWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
StackLayout {
|
SwipeView {
|
||||||
id: stack
|
id: view
|
||||||
|
|
||||||
anchors.top: tabs.bottom
|
anchors.top: tabs.bottom
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue