8 lines
122 B
Python
8 lines
122 B
Python
import PyQt5
|
|
|
|
|
|
def tr(s):
|
|
return PyQt5.QtWidgets.QApplication.translate('Toxygen', s)
|
|
|
|
|
|
# TODO: move all dialogs here
|