mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-17 16:08:49 +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"
|
|
import "../toolbars"
|
|
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
|
|
}
|