Apr-23-2018, 02:20 PM
hey,
I have to generate a .qml code automaticatty, so far I've been able to create a .qml template using Acceleo and a shape detection program using python, that can calculate the cordinations of the shapes in the image.
Now I have to send these cordinations to my .qml file!
Is there a function/tool in python that is able to send variables from python to Qt
?
I've read about IPC
but I don't know if it can help me or no!
Thank u ^^
I have to generate a .qml code automaticatty, so far I've been able to create a .qml template using Acceleo and a shape detection program using python, that can calculate the cordinations of the shapes in the image.
Now I have to send these cordinations to my .qml file!
Is there a function/tool in python that is able to send variables from python to Qt

I've read about IPC

Thank u ^^