feat(utils): Adding Tracer component

Used to help determine UI components position
and dimensions
This commit is contained in:
Alexandra Betouni 2022-08-10 17:47:37 +03:00 committed by Alexandra Betouni
parent 504b4f5947
commit c2ad7281ae
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import QtQuick 2.14
Rectangle {
anchors.fill: parent
color: "transparent"
border.color: "red"
}

View File

@ -5,3 +5,4 @@ singleton Constants 1.0 Constants.qml
singleton SelectedMessage 1.0 SelectedMessage.qml
singleton Backpressure 1.0 Backpressure/Backpressure.qml
Audio 1.0 Audio.qml
Tracer 1.0 Tracer.qml