Animate Sidebar ContentView focus switch
This commit is contained in:
@@ -17,9 +17,10 @@ ApplicationWindow {
|
||||
Row {
|
||||
anchors.fill: parent
|
||||
focus: true
|
||||
default property int selectedView: 0
|
||||
property int selectedView: 0
|
||||
Sidebar {
|
||||
id: sidebar
|
||||
maximized: parent.selectedView == 0
|
||||
providers: database.Providers
|
||||
}
|
||||
ContentView {
|
||||
|
||||
Reference in New Issue
Block a user