In fact, it was:

lstRow = []
        for index in self.list.selectedIndexes():
                i = index.row()
                lstRow.append(i)
        lstRow.sort(reverse = True)
        for row in lstRow:
                self.model.removeRow(row)

Le jeudi 04 décembre 2008, alteo_gange a écrit :



_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to