From f3926963ea687c6dbac3d6e3fdb832f81bddf903 Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Wed, 30 Dec 2015 23:16:47 -0500 Subject: historyform: Show call details of current item The signal QAbstractItemView::activated() is emitted only when double-clicking or pressing the Enter key on a current item. Listen to signal QItemSelectionModel::currentChanged(), which is emitted when the current item is changed with a single click or the arrow keys. --- src/gui/historyform.ui | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/gui/historyform.ui') diff --git a/src/gui/historyform.ui b/src/gui/historyform.ui index 24544b4..86dbc3f 100644 --- a/src/gui/historyform.ui +++ b/src/gui/historyform.ui @@ -445,26 +445,9 @@ - - historyListView - activated(QModelIndex) - HistoryForm - showCallDetails(QModelIndex) - - - 743 - 238 - - - 658 - 300 - - - call(QModelIndex) popupMenu(QPoint) - showCallDetails(QModelIndex) -- cgit v1.2.3