Implemented time adjustment on the board

This commit is contained in:
Yury Shuvakin
2022-09-16 06:57:03 +03:00
parent dd63a2bf4c
commit 1d77dcbfcd
9 changed files with 668 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ import Controls 1.0 as Controls
import Cubo 1.0
ColumnLayout {
id: root
spacing: 20
Keys.onReturnPressed: sendButton.clicked()
@@ -66,6 +67,7 @@ ColumnLayout {
Connections {
target: BmsInterface.commands()
enabled: root.visible
onPrintReceived: {
outputArea.append(str)
outputArea.cursorPosition = outputArea.length