Files
evcharger-app/EthernetPage.qml
T

18 lines
235 B
QML

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