- 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

@@ -3,7 +3,7 @@ import re
import app_Main
import abc
import collections
from PyQt5 import QtCore
from PyQt6 import QtCore
from contextlib import contextmanager

View File

@@ -1,5 +1,5 @@
from tclCommands.TclCommand import *
from PyQt5.QtWidgets import QFileDialog
from PyQt6.QtWidgets import QFileDialog
class TclCommandOpenFolder(TclCommand):