overte/scripts/simplifiedUI/system/create/EntityList.qml
2019-06-20 16:52:46 -07:00

6 lines
150 B
QML

WebView {
id: entityListToolWebView
url: Paths.defaultScripts + "/system/html/entityList.html"
enabled: true
blurOnCtrlShift: false
}