Refactor qml file hierarchy

This commit is contained in:
2022-08-31 19:09:04 -04:00
parent 552e18a42f
commit bc0a9c8686
8 changed files with 11 additions and 6 deletions
+14
View File
@@ -0,0 +1,14 @@
import QtQuick 2.12
Rectangle {
width: parent.width
height: parent.height * 0.06
color: "#22282A"
Row {
spacing: parent.width * 0.2
anchors.verticalCenter: parent.verticalCenter
Text { text: "ohea0"}
Text { text: "ohea1"}
Text { text: "ohea2"}
}
}