Re: [Qt-qml] Python and QML

2010-09-14 Thread michael.brasser
On 15/09/2010, at 2:40 AM, ext Robert Garrett wrote: > Hi all, > I'm not sure if this is the correct place for my query, but if not > hopefully someone could point me to the right place. > > I'm building an embedded application using QML for the front-end and > python for the back-end. I'm not s

Re: [Qt-qml] Python and QML

2010-09-14 Thread Jason H
simple... See Python Extending and Embedding reference. - Original Message From: Jason H To: Robert Garrett Cc: Qt-qml@trolltech.com Sent: Tue, September 14, 2010 5:04:35 PM Subject: Re: [Qt-qml] Python and QML What I would do is ditch (or adapt) your python stuff and use signals/slots

Re: [Qt-qml] Python and QML

2010-09-14 Thread Jason H
Qt-qml@trolltech.com Sent: Tue, September 14, 2010 4:55:37 PM Subject: Re: [Qt-qml] Python and QML My application will allow a user to control some hardware (for example some motors). I have some code written in python that handles the comms and other aspects of hardware control, and there'

Re: [Qt-qml] Python and QML

2010-09-14 Thread Robert Garrett
d implementation matter? it > should me XML/images/video.etc/ served by a webserver. > > > > > > > - Original Message > From: Robert Garrett > To: Qt-qml@trolltech.com > Sent: Tue, September 14, 2010 12:40:13 PM > Subject: [Qt-qml] Python and QML &

Re: [Qt-qml] Python and QML

2010-09-14 Thread Jason H
uld me XML/images/video.etc/ served by a webserver. - Original Message From: Robert Garrett To: Qt-qml@trolltech.com Sent: Tue, September 14, 2010 12:40:13 PM Subject: [Qt-qml] Python and QML Hi all, I'm not sure if this is the correct place for my query, but if not hopefull

[Qt-qml] Python and QML

2010-09-14 Thread Robert Garrett
Hi all, I'm not sure if this is the correct place for my query, but if not hopefully someone could point me to the right place. I'm building an embedded application using QML for the front-end and python for the back-end. I'm not sure how to join these bits together, though. Can anyone give me s