refactoring - correct namespaces, logic from profile.py moved to different files, calbacks partially fixed
This commit is contained in:
parent
593e25efe5
commit
20bb694c7e
23 changed files with 1071 additions and 966 deletions
8
toxygen/util/ui.py
Normal file
8
toxygen/util/ui.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import PyQt5
|
||||
|
||||
|
||||
def tr(s):
|
||||
return PyQt5.QtWidgets.QApplication.translate('Toxygen', s)
|
||||
|
||||
|
||||
# TODO: move all dialogs here
|
Loading…
Add table
Add a link
Reference in a new issue