Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
From python to qml
#1
Good morning;

I'm creating a project, in which I've to send data from python to qml, in fact, i've a template written in qml, something like that :
Item
{
id:
width:
height:

Rectangle
{
id:
width:
height:
x:
y:
}
}
and my python code can detect the width, height , x and y (its cordinations) of the rectangle, per example!
Is there something that can send thhoses datas from python to my qml template??

Thank u ^^
Reply


Forum Jump:

User Panel Messages

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