--- a/eric7/E5Gui/E5TableView.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/E5Gui/E5TableView.py Sun May 16 20:07:24 2021 +0200 @@ -7,8 +7,8 @@ Module implementing specialized table views. """ -from PyQt5.QtCore import Qt, QItemSelectionModel -from PyQt5.QtWidgets import QTableView +from PyQt6.QtCore import Qt, QItemSelectionModel +from PyQt6.QtWidgets import QTableView class E5TableView(QTableView):