How can read selected items from QTableWidget?
Thanks
the best way to access the items in a qtablewidget is using the function
QList QTableWidget::selectedRanges () const