mirror of
https://github.com/overte-org/overte.git
synced 2025-05-01 04:22:39 +02:00
16 lines
358 B
QML
16 lines
358 B
QML
import QtQuick 2.7
|
|
import QtQuick.Controls 2.2
|
|
import QtWebChannel 1.0
|
|
import controls 1.0
|
|
import hifi.toolbars 1.0
|
|
import QtGraphicalEffects 1.0
|
|
import controlsUit 1.0 as HifiControls
|
|
import stylesUit 1.0
|
|
|
|
|
|
WebView {
|
|
id: entityListToolWebView
|
|
url: Paths.defaultScripts + "/system/html/entityList.html"
|
|
enabled: true
|
|
blurOnCtrlShift: false
|
|
}
|