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

ScriptAction type is not available in Repeater or Loader

XMLWordPrintable

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes