Quote Originally Posted by anda_skoa View Post
Normally you wouldn't depend on a certain type of model inside a delegate but that is OK as well.

Is your channels getter function being called?
Are ChannelEntry {} instance being created?
My apologies, I only talk about my OverviewEntry instance in my response but the ChannelEntry instances contained in variable m_channels are well instantiated.

Quote Originally Posted by andrioli.n View Post
By the way, in the constructor of my OverviewEntry object :

Qt Code:
  1. m_overviewList.append(new OverviewEntry("bar", channels));
To copy to clipboard, switch view to plain text mode 
my variable channels (QList of ChannelEntry *) contains the right data. And the member m_channels is well filled by the same data.

All is functionnal until it reached the QML part.
Any other suggestions ?

Thank you