We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
QAbstractItemView
Ctrl+C
QString
This approach works with recentRequestsView and with other QTableView instances, but not with the peerWidget on the Peers Tab.
recentRequestsView
QTableView
peerWidget
Steps to reproduce the bug on Linux (Linux Mint 20.1 Cinnamon, Qt 5.12.8, master (4a1751a) branch):
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).
The text was updated successfully, but these errors were encountered:
It appears that #18 fixes this bug :)
Sorry, something went wrong.
328da33
Successfully merging a pull request may close this issue.
It is supposed to be able to copy a content of the selected
QAbstractItemView
with theCtrl+C
shortcut, at least aQString
value (QTBUG-86166).This approach works with
recentRequestsView
and with otherQTableView
instances, but not with thepeerWidget
on the Peers Tab.Steps to reproduce the bug on Linux (Linux Mint 20.1 Cinnamon, Qt 5.12.8, master (4a1751a) branch):
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).
The text was updated successfully, but these errors were encountered: