-WIP-electrum-btcp/gui
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
..
kivy Unregister network callbacks from QT gui 2015-11-13 23:36:29 +09:00
qt Use weakref for tabs in QShortCut lambdas 2015-11-14 10:35:29 +09:00
__init__.py Create a Plugins class 2015-09-03 12:02:03 +09:00
android.py Unregister network callbacks from QT gui 2015-11-13 23:36:29 +09:00
gtk.py Unregister network callbacks from QT gui 2015-11-13 23:36:29 +09:00
jsonrpc.py Create a Plugins class 2015-09-03 12:02:03 +09:00
stdio.py Unregister network callbacks from QT gui 2015-11-13 23:36:29 +09:00
text.py Unregister network callbacks from QT gui 2015-11-13 23:36:29 +09:00