Esempio n. 1
0
 def __init__(self, parent, config, name):
     FxPlugin.__init__(self, parent, config, name)
     QObject.__init__(self)
Esempio n. 2
0
 def close(self):
     # Get rid of hooks before updating status bars.
     FxPlugin.close(self)
     self.app.emit(SIGNAL('close_fx_plugin'))
Esempio n. 3
0
 def __init__(self, parent, config, name):
     FxPlugin.__init__(self, parent, config, name)
     QObject.__init__(self)
Esempio n. 4
0
File: qt.py Progetto: haiju/electrum
 def close(self):
     # Get rid of hooks before updating status bars.
     FxPlugin.close(self)
     self.app.emit(SIGNAL('close_fx_plugin'))