Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-118693

Expanding the object used for Notification action's list

    XMLWordPrintable

Details

    Description

      The action property for Notification is a list of objects, each consisting of an actionId and an actionText.

      This suggestion is to expand the object used into a format like

      actions: [

      { "actionId": "a1", "actionText": "Action 1", "actionIcon": "action1.png" }

      ,

      { "actionId": "a2", "actionText": "Action 2", "actionIcon": "action2.png" }

      ]

      or going further, to expand the object into a separate class named something like NotificationAction so it can be subclasses and extended.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            rgriebl Robert Griebl
            kevin.zhang Kevin Zhang
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes