PyQt WebEngineView interferes with MainMenu

后端 未结 1 441
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-04 03:45

I\'m trying to create an application that contains a web browser within it, but when I add the web browser my menu bar visually disappears but functionally remains in place.

相关标签:
1条回答
  • 2020-12-04 04:30

    I no longer believe this is an issue with PyQt5 specifically but rather a problem with the graphics driver. Specifically, if you look at Atlassian's HipChat application it has a similar problem which is documented here: https://jira.atlassian.com/browse/HCPUB-3177

    Some individuals were able to solve the problem by running the application from the command prompt with the addendum "--disable-gpu" but that didn't work for my python application. On the other hand, rolling back the Intel(R) HD Graphics Driver did solve my problem. Version 21.20.16.4627 is the one that seems to be causing problems.

    0 讨论(0)
提交回复
热议问题