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

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt for MCUs 2.5
    • QUL Team
    • None

    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

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

        Activity

          People

            Unassigned Unassigned
            wataru Wataru Higashiyama
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes