Files
evcharger-app/qml/RebootPage.qml
T

14 lines
180 B
QML

import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
NavigationPage {
title: qsTr("Reboot")
Text {
text: "TODO"
Layout.fillHeight: true
}
}