Win10 skype-like interactive notifications
-
Hey,
I'm trying to create an interactive notification ( i think those are called toast notifications?) , best would be an crossplatform solution.
I've played around with the QSystemTrayIcon notifications and it seems like those look similar to windows notifciation from skype, but I don't know if it is possbile to add something like buttons to those systemtray notifications.Is there any sort of interactive notifications supported by QT? which would also work on OSX or linux?
Otherwise I might have to check https://github.com/KDE/snorenotify
-
-
In the post I could see your solution, which would be a custom solution for notifications, but I kinda wanna try to use the platform specific notifications: https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/07/08/toast-notification-and-action-center-overview-for-windows-10/
I think QSystemTrayIcon showMessage uses a similar version to this toast notifications, since they appear in the same style.
and for the other posts include the Mac specific stuff, but i couldn't find any windows stuff for it, which also means I would have to create the platform specific stuff my self i guess.