mirror of
https://github.com/overte-org/overte.git
synced 2025-05-05 05:49:27 +02:00
6 lines
139 B
QML
6 lines
139 B
QML
WebView {
|
|
id: entityListToolWebView
|
|
url: Qt.resolvedUrl("../html/entityList.html")
|
|
enabled: true
|
|
blurOnCtrlShift: false
|
|
}
|