flo-electrum/gui/qt
Neil Booth 50755d7db3 Use weakref for tabs in QShortCut lambdas
Unfortunately we have no way to directly destroy or remove the
lambdas embedded in the QShortcut objects, so this is the
only solution to avoid leaking references.  As the QShortcut
objects have the window as parent, they are destroyed with the
window so dangling refs to the destroyed window can't happen.

This and 91349d109e fix #1549.
2015-11-14 10:35:29 +09:00
..
__init__.py revert PR #1492. clear clipboard instead 2015-10-31 11:48:37 +01:00
address_dialog.py Get correct domain in address_dialog 2015-10-28 10:55:04 +09:00
amountedit.py Refresh all amount edits when units change. 2015-11-09 20:06:36 +09:00
console.py fix json_encode with python console 2015-11-09 16:09:57 +01:00
history_widget.py Get correct domain in address_dialog 2015-10-28 10:55:04 +09:00
installwizard.py installwizard: do not start in offline mode when disconnected (fix #1531) 2015-11-02 12:58:47 +01:00
main_window.py Use weakref for tabs in QShortCut lambdas 2015-11-14 10:35:29 +09:00
network_dialog.py fix: missing import 2015-10-28 12:10:43 +01:00
password_dialog.py new Button widgets 2015-03-14 12:28:19 +01:00
paytoedit.py should fix #1403 2015-08-19 13:33:00 +02:00
qrcodewidget.py Speed up painting of qr codes. 2015-05-27 11:44:28 +09:00
qrtextedit.py revert PR #1492. clear clipboard instead 2015-10-31 11:48:37 +01:00
qrwindow.py gui: don't show qr code directly in receive tab 2015-04-20 07:48:39 +02:00
seed_dialog.py revert PR #1492. clear clipboard instead 2015-10-31 11:48:37 +01:00
transaction_dialog.py show number of inputs/outputs 2015-08-18 18:35:52 +02:00
util.py Don't refresh whilst editing! 2015-09-09 09:36:35 +09:00