Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.7.1, 5.8.0
-
None
-
OS X 10.10
Description
Hi. I have a QMainWindow with QMenu. The project/app name is "macmenu". In the menu I have Help -> About (connected to slotAbout()), and Help -> About Qt (connected to slotAboutQt()). It works fine on Windows. When I click Help -> About, I see a QMessageBox displaying "About this app". When I click Help -> About Qt, I see a QMessageBox::aboutQt().
However on OS X 10.10 Qt reorganizes menu. Under the application menu macmenu now I see a single About item, however it doesn't execute slotAbout(), but slotAboutQt() and displays a Qt standard dialog with Qt version and description. I was not able to find my About window anywhere in the menu.
The project is attached.
Attachments
Issue Links
- relates to
-
QTBUG-38705 TextHeuristicsRole is too aggressive (was: QtCreator shows 2 menu entries "about QtCreator" and starts project target when clicking on first)
-
- Open
-