Taskbar Dropup
-
Is it possible to make a taskbar dropup application with QT? See link for example.
-
Can you show an example on OS X and Linux ?
-
That can be done with a QSystemTrayIcon and a custom widget for the popup part
-
The example you posted on OS X is a tray icon with a customized menu or widget. There's no right click context menu on that bar.
-
Then again, look at QSystemTrayIcon
-
By reading the documentation I linked to and the examples also available from Qt. The "System Tray Icon" example is a good start.