diff -r 0af028b93cb3 -r 7991ea245c20 eric6/UI/UserInterface.py --- a/eric6/UI/UserInterface.py Mon Dec 21 13:36:24 2020 +0100 +++ b/eric6/UI/UserInterface.py Tue Dec 22 19:59:29 2020 +0100 @@ -2943,7 +2943,7 @@ Private slot to initialize the actions to show the PySide documentation. """ - if Utilities.checkPyside(): + if Utilities.checkPyside(variant=2): self.pyside2DocAct = E5Action( self.tr('PySide2 Documentation'), self.tr('PySide&2 Documentation'),