Files
euri-packages/packages/calamares-branding-euri/Dia.qml
T

9 lines
131 B
QML
Raw Normal View History

2026-06-23 17:34:08 +02:00
import QtQuick 2.15
Item {
property string title
property string body
property string footer
property url image
}