Files
evcharger-app/ControllerPage.qml
T

14 lines
184 B
QML
Raw Normal View History

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