Alexandra Betouni c2ad7281ae feat(utils): Adding Tracer component
Used to help determine UI components position
and dimensions
2022-08-16 19:14:48 +03:00

8 lines
109 B
QML

import QtQuick 2.14
Rectangle {
anchors.fill: parent
color: "transparent"
border.color: "red"
}