When I pass the cursor over a table using QTableView, a signal is emitted that invokes the rowCount () function of the QAbstractTableModel, even when I click on a cell, the data () function of the QAbstractTableModel is invoked, how can I disconnect the cursor signal when I am on a cell or click. I am confused that the rowCount () and data () functions are not slot functions.
Thanks for help me.