Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Win10 skype-like interactive notifications
Qt 6.11 is out! See what's new in the release blog

Win10 skype-like interactive notifications

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 964 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Slei
    wrote on last edited by
    #1

    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

    raven-worxR 1 Reply Last reply
    0
    • S Slei

      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

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Slei
      see this

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1
      • S Offline
        S Offline
        Slei
        wrote on last edited by
        #3

        @raven-worx

        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.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved