Gianluca schreef op 9-4-2015 om 01:26:
> Hello,
> I need to collect feed from more than one source and to display using QML.
> I follow the Qt example of the RSS feed done with QML.
> The example use the XmlListModel to collect all information from a RSS feed
> source and then display the feeds us
On Thursday 09 April 2015 01:26:55 Gianluca wrote:
> Hello,
> I need to collect feed from more than one source and to display using QML.
> I follow the Qt example of the RSS feed done with QML.
> The example use the XmlListModel to collect all information from a RSS feed
> source and then display t
Hello,
I need to collect feed from more than one source and to display using QML.
I follow the Qt example of the RSS feed done with QML.
The example use the XmlListModel to collect all information from a RSS feed
source and then display the feeds using ListView and delegate.
But from what I know,