electrum-bitcoinprivate/gui
Neil Booth 56488daf04 Have show-before-broadcast defer password request
Show-before-send currently asks for the password
and creates a signed tx before showing anything.

This is a little unnerving as you can't see what
you're being asked to sign.

This patch does a few things:

- Adds a description label to the TX dialog
- You see the tx before being asked for password;
  that is only requested on pressing Sign
- in show-before-broadcast mode, the Send button
  text is instead "Show...".  Hook up this button
  text change to the prefs dialog too.
- Remove many redundant imports.  In particular
  PyQ4 is checked in main_window.py so no need
  in tx_dialog too.

Note I had to remove disabling of the Sign button,
because if the user presses "cancel" nothing will
re-enable it.
2015-06-25 15:58:40 +09:00
..
qt Have show-before-broadcast defer password request 2015-06-25 15:58:40 +09:00
__init__.py documentation on GUI 2013-09-13 09:40:34 +02:00
android.py Create a constant for 100000000 and use it 2015-06-01 14:53:36 +09:00
gtk.py Create a constant for 100000000 and use it 2015-06-01 14:53:36 +09:00
jsonrpc.py fix jsonrpc 2015-06-07 22:06:44 +02:00
stdio.py Create a constant for 100000000 and use it 2015-06-01 14:53:36 +09:00
text.py Create a constant for 100000000 and use it 2015-06-01 14:53:36 +09:00