Reputation: 117
I'm developing a text editor with Python and Qt. The main menu appears in Windows 10. The main menu is displayed in Ubuntu 20.04. The main menu is not displayed in MacOS 10.15.
I create the menu as follows:
editormenu = self.menuBar ()
The following error message appears:
Unable to create basic Accelerated OpenGL renderer. Unable to create basic Accelerated OpenGL renderer. Core Image is now using the software OpenGL renderer. This will be slow.
Two ideas from me that could be:
Question: Who knows why the main menu is not displayed under MacOs?
Upvotes: 0
Views: 78