mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-07-10 17:58:22 +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
|
|
}
|