How to add new options to the dock icon menu
Solved
General and Desktop
-
There are some default options that appear when a macOS application in added to the dock like Quit, Hide, Show in Finder, etc.
I want to add few more options to the dock menu for my Qt application.
I'm unable to find any artifacts that Qt provides to configure the dock menu.
-
@vipul-g
Look at QMenu::setAsDockMenu() -
1/2