more refacrtoring - contact provider, deps creation

This commit is contained in:
ingvar1995 2018-04-26 23:54:39 +03:00
parent 68328d9846
commit a9d2d3d809
20 changed files with 500 additions and 345 deletions

View file

@ -16,6 +16,7 @@ class AddContact(CenteredWidget):
super(AddContact, self).__init__()
self.initUI(tox_id)
self._adding = False
self.setAttribute(QtCore.Qt.WA_DeleteOnClose)
def initUI(self, tox_id):
self.setObjectName('AddContact')