mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-13 15:47:23 +02:00
6 lines
138 B
QML
6 lines
138 B
QML
WebView {
|
|
id: entityListToolWebView
|
|
url: QT.resolvedURL("../html/entityList.html")
|
|
enabled: true
|
|
blurOnCtrlShift: false
|
|
}
|