As jpn mentions, you add a row to the table whenever pbRemove_clicked() is called.
this happend at line 23 in the shown code
you could avoid this by replacing that line with:
Qt Code:
Q3CheckTableItem *pb1 = 0;To copy to clipboard, switch view to plain text mode




Reply With Quote

Bookmarks