PDA

View Full Version : QTableWidget selectAll()



jbarrena
18th February 2015, 11:07
Hi there,

I am trying to catch the selectAll event in a QTableWidget. I can see that all elements are selected in the table, but I am not able to catch a signal of changed in each QTableWidgetItem. Is there any signal I could connect to?

Another posibility is to select each item programatically when "selectAll" button is clicked, but I am not able to catch any signal to these events. Any help would be appreciated!

Thanks in advance!

wysota
18th February 2015, 12:48
QAbstractItemView::selectionModel() and QItemSelectionModel::selectionChanged()