--- a/eric7/Project/CreateDialogCodeDialog.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/Project/CreateDialogCodeDialog.py Sun May 16 20:07:24 2021 +0200 @@ -12,12 +12,12 @@ import json import contextlib -from PyQt5.QtCore import ( +from PyQt6.QtCore import ( pyqtSlot, Qt, QMetaObject, QRegularExpression, QSortFilterProxyModel, QProcess, QProcessEnvironment ) -from PyQt5.QtGui import QStandardItemModel, QStandardItem, QBrush, QColor -from PyQt5.QtWidgets import QDialog, QDialogButtonBox +from PyQt6.QtGui import QStandardItemModel, QStandardItem, QBrush, QColor +from PyQt6.QtWidgets import QDialog, QDialogButtonBox from E5Gui.E5Application import e5App