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