Files
evcharger-app/FlexibleEnergyTariffPage.qml
T

14 lines
196 B
QML

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