[Qt-interest] qscxml and Qhttp

Daniele Giunchi d.giunchi at scsolutions.it
Thu Oct 21 13:27:32 CEST 2010


Dear All,
I've a problem. I've implemented a QStateMachine using qscxml,
creating my scxml file and loading it.
It seems to work without any problem except for this: in a function
that is successfully called from the script
there is a sectiob code which use QHttp, and its request doesn't work.
I connect the "requestFinished" signal of QHttp with my slot but
nothing. If I try to run this code without using QScxml but
writing in C++ the state machine code,  with the same function, the
same connect... it works :^/ but obviously I need absolutely to script
this workflow.

Can anyone help me please?
thank you very much,

daniele

p.s. I try also using QNetworkAccessManager but there is no difference.



More information about the Qt-interest-old mailing list