- porting to PyQt6
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from tclCommands.TclCommand import *
|
||||
from PyQt5.QtWidgets import QFileDialog
|
||||
from PyQt6.QtWidgets import QFileDialog
|
||||
|
||||
|
||||
class TclCommandOpenFolder(TclCommand):
|
||||
|
||||
Reference in New Issue
Block a user