Re: [Interest] reading javascript body from c++

2012-12-08 Thread Andy Mayer
Am 08.12.2012 19:25, schrieb Thomas McGuire: Hi, On Saturday 08 December 2012 11:34:17 Andy Mayer wrote: I have a question regarding the possibilty of reading the body of a javascript function from c++. I want to create a DSL based on QML and I have to read the body of a javascript function. e

Re: [Interest] reading javascript body from c++

2012-12-08 Thread Thomas McGuire
Hi, On Saturday 08 December 2012 11:34:17 Andy Mayer wrote: > I have a question regarding the possibilty of reading the body of a > javascript function from c++. I want to create a DSL based on QML and I > have to read the body of a javascript function. > > e.g. > > QML: > Item { > funct

Re: [Interest] QML Video with Phonon

2012-12-08 Thread Mark
On Sat, Dec 8, 2012 at 11:21 AM, Bo Thorsen wrote: > Den 07-12-2012 15:36, Mark skrev: >> On Fri, Dec 7, 2012 at 3:09 PM, Robert Voinea wrote: >>> Hi list >>> >>> >>> >>> I have tried to create a QML Item for video playback using phonon. For that >>> I am creating a video widget and display it in

Re: [Interest] Qt VS Addin

2012-12-08 Thread Philippe
http://origin.releases.qt-project.org/digia_vsaddin/ Philippe On Sat, 08 Dec 2012 08:03:03 -0500 Duane wrote: > Will there be a VS addin for VS 2012 and Qt4? I've asked this before > but with no response. Is there a better place to ask this question? > >

[Interest] Qt VS Addin

2012-12-08 Thread Duane
Will there be a VS addin for VS 2012 and Qt4? I've asked this before but with no response. Is there a better place to ask this question? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Experience with Qt 5 RC 1 on Mac OS X 10.8

2012-12-08 Thread Till Oliver Knoll
Hello all, first many thanks and a huge congratulation to the team and all the efforts spent on finalising Qt 5! First and foremost: since my last experiments with Qt 5 (Beta 1) I've seen HUGE IMPROVEMENTS with regars to graphics: So far I did not see ANY graphics glitch (such as parts of the

[Interest] reading javascript body from c++

2012-12-08 Thread Andy Mayer
Dear all, I have a question regarding the possibilty of reading the body of a javascript function from c++. I want to create a DSL based on QML and I have to read the body of a javascript function. e.g. QML: Item { function action() { console.log("Got message:", msg)

Re: [Interest] QML Video with Phonon

2012-12-08 Thread Bo Thorsen
Den 07-12-2012 15:36, Mark skrev: > On Fri, Dec 7, 2012 at 3:09 PM, Robert Voinea wrote: >> Hi list >> >> >> >> I have tried to create a QML Item for video playback using phonon. For that >> I am creating a video widget and display it in a QDeclarativeItem via a >> QGraphicsProxyWidget. >> >> >> >