11 lines
200 B
QML
11 lines
200 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
QtObject {
|
||
|
property string title
|
||
|
property string description
|
||
|
property string domain
|
||
|
property string thumbnail
|
||
|
property string image
|
||
|
property int type
|
||
|
}
|