Initial prototype
Basic UI outline with keyboard control. Python database object is exposed to QML and data can be queried from its methods. This should provide a generic structure that different UI themes can be built around.
This commit is contained in:
@@ -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"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user