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

9 lines
165 B
QML

import QtQuick 2.15
QtObject {
required property string title
property string secondaryTitle
required property string body
property string footer
}