QTableWidgetItem-list

Helvin helvinlui at gmail.com
Mon Sep 14 21:36:30 EDT 2009


Just wanna say, I have found a way to resolve my problem. Because the
rows of my table are inserted in the same order as a list that I am
keeping, I only had to search through my list, then remove the
corresponding row in my table. Hence I worked around having to search
my table.

Helvin



More information about the Python-list mailing list