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

ScriptAction type is not available in Repeater or Loader

    XMLWordPrintable

Details

    Description

      ScriptAction qml type cause a build error if it is defined in Repeater or Loader.
      like this:

      Repeater {
          ...
          delegate: Item { 
              ScriptAction {...} //error
          }
      }
      Loader {
          ...
          sourceComponent: Item {
              ScriptAction { ... } //error
          }
      } 

      I attached test project and error messages.
      scriptactiontest.zip
      builderror_mingw.txt

      Attachments

        1. builderror_mingw.txt
          5 kB
          Wataru Higashiyama
        2. scriptactiontest.zip
          2 kB
          Wataru Higashiyama
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            srodal Samuel Rødal
            wataru Wataru Higashiyama
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes