Files
evcharger-app/CarPage.qml
T

14 lines
177 B
QML

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