Hi!
I'm trying to show numbers in a QTableWidget, but my following code is showing nothing! There is no compile error. What's going on?
Qt Code:
for(int i = 0; i < LINES; i++) { for(int j = 0; j < COLS; j++) { ui->tableWidget->setItem(i, j, &val); } }To copy to clipboard, switch view to plain text mode
Thanks!
Bookmarks