big update: ui now show all info about user's profile. callbacks update. singleton added

This commit is contained in:
ingvar1995 2016-02-24 18:32:35 +03:00
parent 4d4c0cb56a
commit 92635a7c89
6 changed files with 73 additions and 31 deletions

View file

@ -68,7 +68,8 @@ def main():
data = Profile.open_profile(path, name)
tox = tox_factory(data, settings)
ms = MainWindow()
ms = MainWindow(tox)
ms.setup_info_from_tox()
ms.show()
# bootstrap
for data in node_generator():