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

QtMobility and notifications

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 2.8k 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.
  • D Offline
    D Offline
    dakron
    wrote on last edited by
    #1

    Hi,

    I have a question to the Qt Mobility team. Are there any plans for Qt Mobility API to provide support for notifications ? Notifications that "can be used to inform the user about an event or display some form of information without getting in the user's way" ? Right now this is platform dependent feature ( Maemo uses libnotify, on MeeGo Handset it is MNotification (?), on Symbian I have no idea yet :) etc. ).
    We are thinking about implementation of it but we don't want to duplicate the efforts...

    Best Regards,
    Pawel Kurdybacha

    1 Reply Last reply
    0
    • J Offline
      J Offline
      johnk
      wrote on last edited by
      #2

      Hello Pawel,

      This sounds like a UI element. Shouldn't this be a question for Qt proper?

      Sincerely,
      John

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dakron
        wrote on last edited by
        #3

        Yes, you are right that notification popup is the UI element - different on different platforms.
        Behind this UI elements should stay some notification back-end (daemon service or something) which receives notification requests from client applications and delivers them to system ui notifications widgets.
        I thought that some common API for this back-end for all platforms can be useful and allows the developers to write more portable applications.

        BR,
        Pawel

        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