Hi,
In my table widget i have set the following:
setSelectionMode (QAbstractItemView::SingleSelection );
setSelectionBehavior(QAbstractItemView::SelectRows );
setEditTriggers(QAbstractItemView::NoEditTriggers) ;

i need to select one at a time. but when i press Ctrl+A then all the items will be selected(focused). how can i avoid this.