I created an item with an image and text,

on the other page I had intended to have more appear dynamically and quickly using init and writing code, you can create more items without rewriting :
var Application::LedItem item1 = new Application::LedItem;
Add( item1, 0 );

I need to use maybe more property and a slot method?