Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Function call through loader...

    QML and Qt Quick
    2
    4
    2231
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      aekam last edited by

      I have four files in the same directory at same level.

      1] a.qml has a loaderA which loads a b.qml.
      2] b.qml has a loaderB which loads a c.qml.
      3] c.qml has a function.
      4] now i want to call these function from a d.js file.

      usually for one loader this can be achieved by loaderA.item.function, but how can i do it in this case.?
      loaderA.item.loaderB.item.function didn't work...

      If you take care of inches, you won't have to worry about miles... :)

      1 Reply Last reply Reply Quote 0
      • D
        dmcr last edited by

        a js file is included in one QML file.
        in this js file, you can use idItem.function()

        dmcr

        1 Reply Last reply Reply Quote 0
        • A
          aekam last edited by

          @dmcr
          yes, it works fine for function call through / for single loader.
          but when i have two loaders it doesn't work...
          [please re-read the problem]

          If you take care of inches, you won't have to worry about miles... :)

          1 Reply Last reply Reply Quote 0
          • D
            dmcr last edited by

            could you post the code please ?

            dmcr

            1 Reply Last reply Reply Quote 0
            • First post
              Last post