make tabs work

This commit is contained in:
Iuri Matias 2020-05-07 15:46:10 -04:00
parent d313b81ebc
commit 0fad06136e
1 changed files with 54 additions and 39 deletions

View File

@ -84,7 +84,13 @@ ApplicationWindow {
}
}
StackLayout {
width: parent.width
currentIndex: tabBar.currentIndex
SplitView {
x: 9
y: 0
Layout.fillHeight: true
// anchors.fill: parent
// width: parent.width
@ -134,6 +140,15 @@ ApplicationWindow {
}
}
Item {
}
Item {
}
}
}