Qt Code:
connect(table, SIGNAL(cellClicked(int,int)), this, SLOT(previousWeek(int,int))); void YourClass::previousWeek(int row,int col) { ... }To copy to clipboard, switch view to plain text mode
Joh
Qt Code:
connect(table, SIGNAL(cellClicked(int,int)), this, SLOT(previousWeek(int,int))); void YourClass::previousWeek(int row,int col) { ... }To copy to clipboard, switch view to plain text mode
Joh
Archa4 (6th April 2011)
Bookmarks