9 lines
131 B
QML
9 lines
131 B
QML
import QtQuick 2.15
|
|
|
|
Item {
|
|
property string title
|
|
property string body
|
|
property string footer
|
|
property url image
|
|
}
|