Python Forum
Communication between python and qt
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Communication between python and qt
#1
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 Think ?
I've read about IPC Idea but I don't know if it can help me or no!
Thank u ^^
Reply
#2
PyQt4 ot PyQt5 see: https://pypi.org/search/?q=PyQt
Reply
#3
Thank you
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020