Uploaded image for project: 'Qt for MCUs'
  1. Qt for MCUs
  2. QTMCU-46

Mousearea supports the property propagatecomposedevents

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • Qt for MCUs 1.8
    • QML
    • None
    • freeRTOS

    Description

            My device doesn't have a back button,so I use mousearea position changed to implement this function。

           Now we have a problem, two overlapping mousearea: when the top mousearea captures the mouse event, the bottom mousearea does not respond。

       

      Item {

      // Mouse positionchanged occurred in this area, and rootmouseareaid could not capture this event
           Item {
           anchors.centerIn: parent
           MouseArea

      {            anchors.fill: parent           // to do something      }

          MouseArea 

      {          id: rootmouseareaid          anchors.fill: parent          // to go back      }

      }

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            yongqiang zhang yongqiang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes