Python Forum
About Dialog in PyQt5 on macOS
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About Dialog in PyQt5 on macOS
#1
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.


        self.menubar = QMenuBar()
        self.setMenuBar(self.menubar)
        self.fileMenu = QMenu("&File", self)
        self.menubar.addMenu(self.fileMenu)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  macOS Sonoma (14) seems to need a newer version of Tcl/Tk gernophil 1 1,021 Oct-11-2023, 05:53 PM
Last Post: deanhystad
  Is there is a printer dialog box in PySimpleGUI shaunfish 2 1,581 Aug-22-2022, 07:29 PM
Last Post: deanhystad
  How a QMainWindow can open a dialog? panoss 4 3,472 Feb-03-2022, 04:33 PM
Last Post: panoss
  UI modules: which is most suitable for macOS app design? Anon_Brown 1 1,845 Nov-19-2021, 06:24 PM
Last Post: Larz60+
  [Tkinter] question for a tkinter dialog box RobertAlvarez424 2 2,203 Aug-25-2021, 03:08 PM
Last Post: RobertAlvarez424
  [Tkinter] cancelling open dialog gives empty string rwahdan 2 3,304 Jul-17-2021, 09:17 PM
Last Post: steve_shambles
  macOS GUI pythonnewbi 5 2,996 Jul-05-2020, 03:56 PM
Last Post: ndc85430
  [Tkinter] macOS Catalina and Python menu issue SouthernYankee 7 6,762 Dec-11-2019, 02:02 AM
Last Post: chrstphrchvz
  [WxPython] Return code when closing the dialog ioprst 1 3,151 Aug-13-2019, 11:47 AM
Last Post: jefsummers
  PyQT5 : Unable to Create Another Dialog While One is Open iMuny 3 3,811 Jul-17-2019, 11:40 AM
Last Post: iMuny

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020