Qt Code:
To copy to clipboard, switch view to plain text mode
Qt Code:
To copy to clipboard, switch view to plain text mode
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
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 ..
Qt Code:
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
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 *> QListWidget::selectedItems () const
Returns a list of all selected items in the list widget
thank youQList<QListWidgetItem *>item = NewLISTLW->selectedItems();
Last edited by nagabathula; 20th December 2010 at 16:48.
Try this:
Qt Code:
To copy to clipboard, switch view to plain text mode
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
nagabathula (20th December 2010)
thank you so much sir..problem is solved this worked.. i think i understand what we are doing here.. but i din't understand the previous suggestion.
thanks for your time you helped me solve my problem..
Regards
Bookmarks