Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! I need to emit a signal by a TableView, while I highlight a records with arrow keys. QTable view has only signal like "actived" or "clicked".
Can anyone help me? Thanks a lot
Hi,
you can use:
@ QItemSelectionModel* pSelModel = pView->selectionModel(); // signals: QItemSelectionModel::currentChanged QItemSelectionModel::currentColumnChanged QItemSelectionModel::currentRowChanged QItemSelectionModel::selectionChanged @