mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 08:40:11 +02:00
merge from upstream
This commit is contained in:
commit
e851ece343
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,7 @@ StackView {
|
|||
editRoot.pop();
|
||||
}
|
||||
|
||||
|
||||
Component {
|
||||
id: editBasePage
|
||||
TabView {
|
||||
|
@ -30,10 +31,12 @@ StackView {
|
|||
anchors.fill: parent
|
||||
|
||||
Tab {
|
||||
title: "Entity List"
|
||||
active: true
|
||||
enabled: true
|
||||
property string originalUrl: ""
|
||||
|
||||
|
||||
WebView {
|
||||
id: entityListToolWebView
|
||||
url: "../../../../../scripts/system/html/entityList.html"
|
||||
|
@ -44,6 +47,7 @@ StackView {
|
|||
}
|
||||
|
||||
Tab {
|
||||
title: "Entity Properties"
|
||||
active: true
|
||||
enabled: true
|
||||
property string originalUrl: ""
|
||||
|
@ -58,6 +62,7 @@ StackView {
|
|||
}
|
||||
|
||||
Tab {
|
||||
title: "Grid"
|
||||
active: true
|
||||
enabled: true
|
||||
property string originalUrl: ""
|
||||
|
|
Loading…
Reference in a new issue