Hi,
QTableWidget::setCurrentCell lets me select a particular cell from within the program, but I'd like to select an entire row--is there a way to do this? Thanks--
Matt
Printable View
Hi,
QTableWidget::setCurrentCell lets me select a particular cell from within the program, but I'd like to select an entire row--is there a way to do this? Thanks--
Matt
please note that "current" and "selection" are two different things.
see QTableView::selectRow()
Wow, take a peek up the inheritance hierarchy, what a concept! Thank you!
Matt