Add a menu option to verify a signed message

(Also move 'setAttribute(Qt::WA_DeleteOnClose)' out of QRCodeDialog)
This commit is contained in:
sje397
2012-02-27 22:55:04 +11:00
parent 97521b5257
commit 0c587936c7
8 changed files with 283 additions and 4 deletions

View File

@@ -324,6 +324,7 @@ void AddressBookPage::on_showQRCode_clicked()
QString address = index.data().toString(), label = index.sibling(index.row(), 0).data(Qt::EditRole).toString();
QRCodeDialog *dialog = new QRCodeDialog(address, label, tab == ReceivingTab, this);
dialog->setAttribute(Qt::WA_DeleteOnClose);
dialog->show();
}
#endif