Files
evcharger-app/ChargingSpeedPage.qml
T

14 lines
188 B
QML

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