Restore Mac Application Window after Cmd-H

From Qt Wiki
Revision as of 17:38, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How to restore an OS X application window after hiding with Cmd-H

If you have hidden an OS X Application with Cmd-H (aka Apple-H = ⌘-H) the hidden window cannot be shown again by calling slot show(). In this case you must call

If you have installed a system tray icon with QSystemTrayIcon [doc.qt.nokia.com] you can add a menu entry and connect the QAction’s [doc.qt.nokia.com] triggered() signal with the respecitve slots.

Categories: