Re: Get url list

2009-05-13 Thread Aaron J. Seigo
On Wednesday 13 May 2009, SUJITH H wrote: > Aaron J. Seigo wrote: > > On Tuesday 12 May 2009, SUJITH H wrote: > >> I am able to iterate the row's. But have no clue how to retrieve the url > >> of that sorted Favorite item :( > > > > KUrl url = childData->data(Kickoff::UrlRole); > > I am getting seg

Re: Get url list

2009-05-12 Thread SUJITH H
Aaron J. Seigo wrote: On Tuesday 12 May 2009, SUJITH H wrote: I am able to iterate the row's. But have no clue how to retrieve the url of that sorted Favorite item :( KUrl url = childData->data(Kickoff::UrlRole); I am getting segmentation fault when I run 'plasmoidviewer launcher'

Re: Get url list

2009-05-12 Thread Aaron J. Seigo
On Tuesday 12 May 2009, SUJITH H wrote: > I am able to iterate the row's. But have no clue how to retrieve the url > of that sorted Favorite item :( KUrl url = childData->data(Kickoff::UrlRole); -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7

Re: Get url list

2009-05-12 Thread SUJITH H
Aaron J. Seigo wrote: On Monday 11 May 2009, SUJITH H wrote: Can anyone help me how to get the url list of the sorted item in launcher applet? KUrl::List urls; foreach (QuicklaunchIcon *icon, m_icons) { urls << icon->url(); } Ok I think my explanation wasn't sufficient. My int

Re: Get url list

2009-05-11 Thread Aaron J. Seigo
On Monday 11 May 2009, SUJITH H wrote: > Can anyone help me how to get the url list of the sorted item > in launcher applet? KUrl::List urls; foreach (QuicklaunchIcon *icon, m_icons) { urls << icon->url(); } -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA

Get url list

2009-05-11 Thread SUJITH H
Hi, Can anyone help me how to get the url list of the sorted item in launcher applet? Sujith H ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel