mirror of
https://github.com/overte-org/overte.git
synced 2025-05-05 18:38:27 +02:00
16 lines
346 B
QML
16 lines
346 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: Qt.resolvedUrl("../html/entityList.html")
|
|
enabled: true
|
|
blurOnCtrlShift: false
|
|
}
|