I would like a way to be able to access an array of integers that is created somewhere in my main app from a QtScript, and after doing whatever manipulations that the script might perform return it back again.
What I am able to work until now is single values (e.g. an integer or boolean) and I have not seen an example on what I am describing.
Is there a way of doing that, or I will have to read the data one by one?