I need to display MList of items
MList constructor takes:
MList( QGraphicsItem *parent =0) ;
How to add MList to Mapplication so that MList closes when MApplication exits .
I need to display MList of items
MList constructor takes:
MList( QGraphicsItem *parent =0) ;
How to add MList to Mapplication so that MList closes when MApplication exits .
Hi,
You can have a look at the sample usage of MList in the widgetsgallery application, present in the demos folder of meegotouch sources in gitorious.
You can see how MApplication, MApplicationPage, and MList are connected..