HomePhabricator

[Qt] sendcoinsdialog: convert QMessageBox usage to message()
71ba4670fcd3Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

[Qt] sendcoinsdialog: convert QMessageBox usage to message()

  • add new processSendCoinsReturn() function, which parses the status of WalletModel::SendCoinsReturn and generates a pair consisting of a message and message flags
  • result is we only need one emit message() call
  • this change ensures that the GUI is shown for warnings/errors in sendcoinsdialog, because of message() taking care of that for modal messages
  • changes 2 warning message into error messages and removed "Error:" in front of the actual error message string

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Oct 30 2013, 14:37
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING033ffc4377f0: Merge pull request #3160 from Diapolo/walletview
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rSTAGING71ba4670fcd3: [Qt] sendcoinsdialog: convert QMessageBox usage to message() (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Oct 30 2013, 21:47