import QtQuick import QtQuick.Controls ListModel { ListElement { author: "Wizmart" name: "Some cool name 1" description: "This is not a real wallpaper or person" thumbnail: "" uuid: "{aafd-311-afaa}" url: "" } ListElement { author: "Wizmart" name: "Some cool name 2" description: "This is not a real wallpaper or person" thumbnail: "" uuid: "{aafd-311-afaa}" url: "" } ListElement { author: "Wizmart" name: "Some cool name 3" description: "This is not a real wallpaper or person" thumbnail: "" uuid: "{aafd-311-afaa}" url: "" } ListElement { author: "Wizmart" name: "Some cool name 4" description: "This is not a real wallpaper or person" thumbnail: "" uuid: "{aafd-311-afaa}" url: "" } ListElement { author: "Wizmart" name: "Some cool name 5" description: "This is not a real wallpaper or person" thumbnail: "" uuid: "{aafd-311-afaa}" url: "" } ListElement { author: "Wizmart" name: "Some cool name 6" description: "This is not a real wallpaper or person" thumbnail: "" uuid: "{aafd-311-afaa}" url: "" } ListElement { author: "Wizmart" name: "Some cool name 7" description: "This is not a real wallpaper or person" thumbnail: "" uuid: "{aafd-311-afaa}" url: "" } }