From 0c587936c7f0bbab83c54f877f720dbf3387ef73 Mon Sep 17 00:00:00 2001 From: sje397 Date: Mon, 27 Feb 2012 22:55:04 +1100 Subject: Add a menu option to verify a signed message (Also move 'setAttribute(Qt::WA_DeleteOnClose)' out of QRCodeDialog) --- src/qt/forms/verifymessagedialog.ui | 149 ++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 src/qt/forms/verifymessagedialog.ui (limited to 'src/qt/forms/verifymessagedialog.ui') diff --git a/src/qt/forms/verifymessagedialog.ui b/src/qt/forms/verifymessagedialog.ui new file mode 100644 index 0000000000..6b7f94258b --- /dev/null +++ b/src/qt/forms/verifymessagedialog.ui @@ -0,0 +1,149 @@ + + + VerifyMessageDialog + + + + 0 + 0 + 494 + 342 + + + + Verify Signed Message + + + + + + Enter the message and signature below (be careful to correctly copy newlines, spaces, tabs, and other invisible characters), and press apply to obtain the bitcoin address used to sign the message. + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + true + + + + + + + + + + + + + Signature + + + + + + + + + + true + + + Address + + + + + + + + + + + + + + + + false + + + Copy the currently selected address to the system clipboard + + + &Copy Address + + + + :/icons/editcopy:/icons/editcopy + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Apply|QDialogButtonBox::Close + + + false + + + + + + + + + + + + + buttonBox + accepted() + VerifyMessageDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + VerifyMessageDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.3