コード例 #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
ファイル: qt.py プロジェクト: bitcredit-currency/electrum
 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'))