Files
evcharger-app/HotspotPage.qml
T

23 lines
334 B
QML

import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
NavigationPage {
title: qsTr("Hotspot")
GeneralOnOffSwitch {
apiKey: "wae"
}
GeneralOnOffSwitch {
apiKey: "wda"
text: qsTr("Disable AP when online")
}
Text {
text: "TODO"
Layout.fillHeight: true
}
}