Files
evcharger-app/SchedulerPage.qml
T

14 lines
183 B
QML

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