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
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
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
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?
>
>
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
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
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)
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.
>>
>>
>>
>