Files
evcharger-app/WhiteItemDelegate.qml
T
2024-07-17 19:47:36 +02:00

11 lines
180 B
QML

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