示例#1
0
 def __init__(self, parent, config, name):
     FxPlugin.__init__(self, parent, config, name)
     QObject.__init__(self)
示例#2
0
文件: qt.py 项目: nmarley/electrum
 def close(self):
     # Get rid of hooks before updating status bars.
     FxPlugin.close(self)
     self.app.emit(SIGNAL('close_fx_plugin'))
示例#3
0
 def __init__(self, parent, config, name):
     FxPlugin.__init__(self, parent, config, name)
     QObject.__init__(self)
示例#4
0
文件: qt.py 项目: haiju/electrum
 def close(self):
     # Get rid of hooks before updating status bars.
     FxPlugin.close(self)
     self.app.emit(SIGNAL('close_fx_plugin'))