- porting to PyQt6

This commit is contained in:
Marius Stanciu
2021-08-04 18:34:24 +03:00
parent c3d5fccb80
commit 53272da959
136 changed files with 1732 additions and 1715 deletions

View File

@@ -4,7 +4,7 @@
# Date: 4/23/2019 #
# MIT Licence #
# ##########################################################
from PyQt5 import QtWidgets, QtCore
from PyQt6 import QtWidgets, QtCore
from appTool import AppTool
@@ -396,7 +396,7 @@ class ToolPDF(AppTool):
pass
self.check_thread.timeout.connect(self.periodic_check_handler)
self.check_thread.start(QtCore.QThread.HighPriority)
self.check_thread.start(QtCore.QThread.Priority.HighPriority)
def periodic_check_handler(self):
"""