QT: Add 'copy full transaction details' option

Adds feature from issue #7484

modifies the ctrl-c binding to copy full transaction details in transaction view.

Added translation
This commit is contained in:
Eric Shaw
2016-03-01 14:16:32 -05:00
committed by ericshawlinux
parent e5121eb951
commit b51ed4036e
4 changed files with 41 additions and 6 deletions

View File

@@ -94,6 +94,7 @@ private Q_SLOTS:
void copyAmount();
void copyTxID();
void copyTxHex();
void copyTxPlainText();
void openThirdPartyTxUrl(QString url);
void updateWatchOnlyColumn(bool fHaveWatchOnly);