PDA

View Full Version : searching in a TableWidget



peace_comp
17th May 2008, 12:31
Hi..
I would like to know if there is a way to search for a row in a QtableWidget..
I mean ..in my application I associate the Find bouton to a small QdialogBox on which the user tape the name of the a data .. nd from that Qstring he puts (if it exist) the row must be selected..
I looked at the TableWidget documentations but I didnt find some special methode for that?
if some one have an idea !!
thanks

jpn
17th May 2008, 16:17
I looked at the TableWidget documentations but I didnt find some special methode for that?

What did you look for? :p There is QTableWidget::findItems().