summaryrefslogtreecommitdiffstats
path: root/src/gui/historyform.ui
diff options
context:
space:
mode:
authorPeter Colberg <peter@colberg.org>2015-12-30 23:16:47 -0500
committerPeter Colberg <peter@colberg.org>2015-12-30 23:16:47 -0500
commitf3926963ea687c6dbac3d6e3fdb832f81bddf903 (patch)
treee931f1b66a6c90372f64060a83399c1e834c15c0 /src/gui/historyform.ui
parent1943a35fbcab844d469e8129f78bf7ebe504aa42 (diff)
downloadtwinkle-f3926963ea687c6dbac3d6e3fdb832f81bddf903.tar
twinkle-f3926963ea687c6dbac3d6e3fdb832f81bddf903.tar.gz
twinkle-f3926963ea687c6dbac3d6e3fdb832f81bddf903.tar.lz
twinkle-f3926963ea687c6dbac3d6e3fdb832f81bddf903.tar.xz
twinkle-f3926963ea687c6dbac3d6e3fdb832f81bddf903.zip
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.
Diffstat (limited to 'src/gui/historyform.ui')
-rw-r--r--src/gui/historyform.ui17
1 files changed, 0 insertions, 17 deletions
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 @@
</hint>
</hints>
</connection>
- <connection>
- <sender>historyListView</sender>
- <signal>activated(QModelIndex)</signal>
- <receiver>HistoryForm</receiver>
- <slot>showCallDetails(QModelIndex)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>743</x>
- <y>238</y>
- </hint>
- <hint type="destinationlabel">
- <x>658</x>
- <y>300</y>
- </hint>
- </hints>
- </connection>
</connections>
<slots>
<slot>call(QModelIndex)</slot>
<slot>popupMenu(QPoint)</slot>
- <slot>showCallDetails(QModelIndex)</slot>
</slots>
</ui>