Files
evcharger-app/WhiteBox.qml
T

12 lines
192 B
QML
Raw Normal View History

import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import EVChargerApp
Pane {
Component.onCompleted: {
background.color = "white"
background.radius = 5
}
}