mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-14 13:36:41 +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
|
|
}
|