Files
evcharger-app/LedPage.qml
T

14 lines
177 B
QML

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