more refacrtoring - contact provider, deps creation
This commit is contained in:
parent
68328d9846
commit
a9d2d3d809
20 changed files with 500 additions and 345 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue