mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 14:52:46 +02:00
fix-qml-confict
This commit is contained in:
parent
3e23ad4900
commit
8cdb59413d
2 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@ import QtQuick 2.5
|
||||||
import QtQuick.Controls 1.4
|
import QtQuick.Controls 1.4
|
||||||
import "styles-uit"
|
import "styles-uit"
|
||||||
import "controls-uit" as HifiControlsUit
|
import "controls-uit" as HifiControlsUit
|
||||||
|
import "." as HifiRoot
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: root
|
id: root
|
|
@ -1,4 +1,4 @@
|
||||||
var qml = Script.resourcesPath() + '/qml/AudioScope.qml';
|
var qml = Script.resourcesPath() + '/qml/AudioScopeUI.qml';
|
||||||
var window = new OverlayWindow({
|
var window = new OverlayWindow({
|
||||||
title: 'Audio Scope',
|
title: 'Audio Scope',
|
||||||
source: qml,
|
source: qml,
|
||||||
|
@ -14,4 +14,4 @@ window.closed.connect(function () {
|
||||||
AudioScope.setServerEcho(false);
|
AudioScope.setServerEcho(false);
|
||||||
AudioScope.selectAudioScopeFiveFrames();
|
AudioScope.selectAudioScopeFiveFrames();
|
||||||
Script.stop();
|
Script.stop();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue