I guess you are not setting the column count for tables, you have do set a column count before setting the items.
Qt Code:
... ui->tblAge6->setColumnCount(3); ...To copy to clipboard, switch view to plain text mode
I guess you are not setting the column count for tables, you have do set a column count before setting the items.
Qt Code:
... ui->tblAge6->setColumnCount(3); ...To copy to clipboard, switch view to plain text mode
Aslan (6th June 2011)
Bookmarks