Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Menu Bar Apps Using QT

Tags:

c++

macos

qt

Was wondering if using QT is it possible to make menu bar / task bar apps, like The menubar apps described here http://blog.shpakovski.com/2011/07/cocoa-popup-window-in-status-bar.html.

I'm aware of the various system tray icons that can trigger dialogs and open windows, but was curious to see if a full app / dialog could be integrated. Any advice would be appreciated.

like image 686
SS44 Avatar asked Feb 11 '26 21:02

SS44


1 Answers

This is an interesting question, I've never thought about doing this before. After some quick googling, I located the following answer:

System Tray Example QT 4.8
System Tray Example QT 5

I'm not sure if this is what you were looking for, but it appears that you can integrate an entire window application to this system tray icon. It's at least a start to writing a tray icon program.

EDIT: updated links to new docs.

like image 86
Tyler Jandreau Avatar answered Feb 13 '26 17:02

Tyler Jandreau



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!