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,207 Oct-11-2023, 05:53 PM
Last Post: deanhystad
  How a QMainWindow can open a dialog? panoss 4 3,681 Feb-03-2022, 04:33 PM
Last Post: panoss
  UI modules: which is most suitable for macOS app design? Anon_Brown 1 1,931 Nov-19-2021, 06:24 PM
Last Post: Larz60+
  [Tkinter] question for a tkinter dialog box RobertAlvarez424 2 2,327 Aug-25-2021, 03:08 PM
Last Post: RobertAlvarez424
  [Tkinter] cancelling open dialog gives empty string rwahdan 2 3,477 Jul-17-2021, 09:17 PM
Last Post: steve_shambles
  macOS GUI pythonnewbi 5 3,126 Jul-05-2020, 03:56 PM
Last Post: ndc85430
  [WxPython] Return code when closing the dialog ioprst 1 3,254 Aug-13-2019, 11:47 AM
Last Post: jefsummers
  PyQT5 : Unable to Create Another Dialog While One is Open iMuny 3 4,009 Jul-17-2019, 11:40 AM
Last Post: iMuny
  [Tkinter] Image with pillow on macos not showing rhoekstra 3 4,847 May-04-2019, 11:48 PM
Last Post: Larz60+
  Huge code problems (buttons(PyQt5),PyQt5 Threads, Windows etc) ZenWoR 0 2,888 Apr-06-2019, 11:15 PM
Last Post: ZenWoR

Forum Jump:

User Panel Messages

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