refactoring - correct namespaces, logic from profile.py moved to different files, calbacks partially fixed

This commit is contained in:
ingvar1995 2018-03-10 18:42:53 +03:00
parent 593e25efe5
commit 20bb694c7e
23 changed files with 1071 additions and 966 deletions

8
toxygen/util/ui.py Normal file
View file

@ -0,0 +1,8 @@
import PyQt5
def tr(s):
return PyQt5.QtWidgets.QApplication.translate('Toxygen', s)
# TODO: move all dialogs here