Inital commit of the Komplex Hub
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
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: ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user