2012-05-10 7 views

Antwort

12
tableWidget->setSelectionBehavior(QAbstractItemView::SelectItems); 
tableWidget->setSelectionMode(QAbstractItemView::SingleSelection); 
Verwandte Themen