Jan-23-2018, 08:50 PM
HI,
I can't find a way to make About to appear in the menu in macOS.
I want to implement About dialog, but in macOS there is a difference.
I can't find a way to make About to appear in the menu in macOS.
I want to implement About dialog, but in macOS there is a difference.
self.menubar = QMenuBar()
self.setMenuBar(self.menubar)
self.fileMenu = QMenu("&File", self)
self.menubar.addMenu(self.fileMenu)
