Files

9 lines
165 B
QML
Raw Permalink Normal View History

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