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