It is supposed to be able to copy a content of the selected QAbstractItemView
with the Ctrl+C
shortcut, at least a QString
value (QTBUG-86166).
This approach works with recentRequestsView
and with other QTableView
instances, but not with the peerWidget
on the Peers Tab.
Steps to reproduce the bug on Linux (Linux Mint 20.1 Cinnamon, Qt 5.12.8, master (4a1751a929cc5727d4941543baf2238f041b4b70) branch):
- Go to the Peers Tab
- Left click on the cell in the “Network” column of any row
- Press “Ctrl+C”
Expected behavior
The selected value, e.g. “IPv4”, is copied to the clipboard.
Actual behavior
The program aborts with an exception (maybe not the first time).