Files
evcharger-app/CablePage.qml
T

14 lines
179 B
QML
Raw Permalink Normal View History

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