mirror of
https://github.com/overte-org/overte.git
synced 2025-05-06 19:29:57 +02:00
5 lines
123 B
QML
5 lines
123 B
QML
WebView {
|
|
id: entityListToolWebView
|
|
url: Paths.defaultScripts + "/system/html/entityList.html"
|
|
enabled: true
|
|
}
|