Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-14904

Signal connections are not compatible with Qt for MCUs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • QDS 4.7.1
    • QDS 4.7.0
    • MCU support
    • None
    • d8d184fb4 (qds/dev), 31a20eb76 (qds/4.7)

    Description

      1. Open QDS and create a default Qt for MCU's project.
      2. Add MouseArea component to the UI.
      3. Go to "Connections" panel and add a connection for MouseArea "onClicked" signal.
      4. Save the project and export it with qmlprojectexporter.

      qmlprojectexporter fails with the following error:

       

      error: onClicked definition requires 1 parameter(s)
      
                      function onClicked() { 

      Looking through the MCU documentation, it seems that qmlprojectexporter expects to find the following:

       

       

      Connections {
          target: mouseArea
          function onClicked(mouse: MouseEvent) {}
      }

       

       

      Looks like the signal connection created in QDS is not compatible with Qt for MCUs.

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            khormi Kari Hormi
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes