Hello there

i have a question which should be easy to answer for most of you... But still im stuck

i have a QTableView displaying data from a custom model. The selection model of this former table is connected to an object of mine thru the following slot:
Qt Code:
  1. selectionChanged(QItemSelection const&, QItemSelection const &)
To copy to clipboard, switch view to plain text mode 
However, the slot gets called only when clicking a record on the table... For instance, if i push Ctrl + A on the keyboard, and all the rows gets selected, i won't get notified with the slot.

Any idea please?
Best,
Pierre.