hello sir i compiled the code but i don't get the desired out put in QDebug..
this is what i am getting in case i selected name1 to name3 and name5 to name7 ..
QVector("TAGID_-1",
"TAGID_-1",
"TAGID_-1",
"TAGID_-1",
"TAGID_-1",
"TAGID_-1",
"TAGID_-1")
QVector("TAGID_-1", "TAGID_-1", "TAGID_-1", "TAGID_-1", "TAGID_-1", "TAGID_-1", "TAGID_-1")
To copy to clipboard, switch view to plain text mode
sir i read in qt assistant , i think we won't get the actual row value from this
QList<QListWidgetItem *> QListWidget::selectedItems () const
Returns a list of all selected items in the list widget
since i am coping all selected list from the NewLISTLW, can i get the actual index pointer so that i can use that to print the TAGID_ for the relevant selected sequence in the List.
QList<QListWidgetItem *>item = NewLISTLW->selectedItems();
thank you
Bookmarks