You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with QGis version 3.28 the following message is displayed:
2023-06-01T11:40:56 WARNING Traceback (most recent call last):
File "C:\PROGRA1/QGIS321.4/apps/qgis-ltr/./python/plugins\EasyAHP\easyAHP.py", line 258, in nextStep2
self.tableMaker()
File "C:\PROGRA1/QGIS321.4/apps/qgis-ltr/./python/plugins\EasyAHP\easyAHP.py", line 232, in tableMaker
cellItem = QtGui.QTableWidgetItem()
AttributeError: module 'qgis.PyQt.QtGui' has no attribute 'QTableWidgetItem'
What can I do? thanks
The text was updated successfully, but these errors were encountered:
When working with QGis version 3.28 the following message is displayed:
2023-06-01T11:40:56 WARNING Traceback (most recent call last):
File "C:\PROGRA
1/QGIS321.4/apps/qgis-ltr/./python/plugins\EasyAHP\easyAHP.py", line 258, in nextStep2self.tableMaker()
File "C:\PROGRA
1/QGIS321.4/apps/qgis-ltr/./python/plugins\EasyAHP\easyAHP.py", line 232, in tableMakercellItem = QtGui.QTableWidgetItem()
AttributeError: module 'qgis.PyQt.QtGui' has no attribute 'QTableWidgetItem'
What can I do? thanks
The text was updated successfully, but these errors were encountered: