ContentView tabs now switch based on sidebar
This required a change to the Provider URL format to simplify testing of tabs with different content.
This commit is contained in:
@@ -7,6 +7,9 @@ TabView {
|
||||
property var providers
|
||||
width: parent.width * 0.7
|
||||
height: parent.height
|
||||
|
||||
property var maxElements: providers.length
|
||||
|
||||
tabsVisible: false
|
||||
Repeater {
|
||||
model: providers
|
||||
|
||||
Reference in New Issue
Block a user