Files
euri-packages/packages/calamares-branding-antergos-next-minimal/Dia.qml
T

9 lines
131 B
QML
Raw Normal View History

import QtQuick 2.15
Item {
property string title
property string body
property string footer
property url image
}