Runnable with both Python3 and Python2, with both PyQt5 and PyQt4 by using Qt.py #2250
|
@ -4244,10 +4244,6 @@ class BitmessageQtApplication(QtWidgets.QApplication):
|
||||||
|
|
||||||
self.setStyleSheet("QStatusBar::item { border: 0px solid black }")
|
self.setStyleSheet("QStatusBar::item { border: 0px solid black }")
|
||||||
|
|
||||||
def __del__(self):
|
|
||||||
if self.server:
|
|
||||||
self.server.close()
|
|
||||||
|
|
||||||
def on_new_connection(self):
|
def on_new_connection(self):
|
||||||
if myapp:
|
if myapp:
|
||||||
myapp.appIndicatorShow()
|
myapp.appIndicatorShow()
|
||||||
|
|
Reference in New Issue
Block a user