Files

9 lines
131 B
QML
Raw Permalink 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
}