fix tab titles

This commit is contained in:
Seth Alves 2017-02-09 15:52:15 -08:00
parent 24fc9bbe67
commit d0d13cdde1

View file

@ -14,6 +14,7 @@ Item {
anchors.fill: parent anchors.fill: parent
Tab { Tab {
title: "Entity List"
active: true active: true
enabled: true enabled: true
property string originalUrl: "" property string originalUrl: ""
@ -28,6 +29,7 @@ Item {
} }
Tab { Tab {
title: "Entity Properties"
active: true active: true
enabled: true enabled: true
property string originalUrl: "" property string originalUrl: ""
@ -42,6 +44,7 @@ Item {
} }
Tab { Tab {
title: "Grid"
active: true active: true
enabled: true enabled: true
property string originalUrl: "" property string originalUrl: ""