mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-17 23:40:17 +02:00
15 lines
331 B
QML
15 lines
331 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
|
|
}
|