How to add new options to the dock icon menu
Solved
General and Desktop
-
wrote on 8 Dec 2023, 05:33 last edited by
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.
-
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.
Is it possible to do so using Qt?
wrote on 8 Dec 2023, 08:38 last edited by@vipul-g
Look at QMenu::setAsDockMenu() -
2/2