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

2012-12-10 Thread Jan Krause
Am 10.12.2012 16:55, schrieb Thiago Macieira: > On segunda-feira, 10 de dezembro de 2012 13.44.23, Andy Mayer wrote: >> But for my DSL (declaration of a special petri net) I need the body of >> the javascript functions. The workaround looks quite interesting... > This of it this way: you can't get

Re: [Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread Jan Krause
Am 16.01.2013 09:34, schrieb M. Bashir Al-Noimi: Hi, I read this post yesterday, I found Emscripten-Qt really promising project, even I found it in Qt repository. Does anyone know whether Emscripten-Qt will join to Qt project? --

Re: [Interest] Bounties on Qt features

2013-05-10 Thread Jan Krause
Am 09.05.2013 22:58, schrieb Dirk Groeneveld: > Hi! > > I put a bounty on a Qt feature: > https://www.bountysource.com/#issues/315019-add-a-tiling-window-manager-like-eclipse-or-visual-studio-have. > It currently stands at $1010. > > I'm doing this because I want that feature, but also because I

[Interest] Examples with "excludeAreas" of module qt-location available?

2015-11-16 Thread Jan Krause
Hi all, are there examples for using the property excludeAreas (http://doc.qt.io/qt-5/qml-qtlocation-routequery.html#excludedAreas-prop) of a RouteQuery available . It seems that this feature does not work... but maybe we are wrong... so a simple example would be great... br Jan

Re: [Interest] Examples with "excludeAreas" of module qt-location available?

2015-11-17 Thread Jan Krause
Hi, Am 17.11.2015 um 09:24 schrieb Aaron McCarthy: Hi, When posting a new question you shouldn't reply to an existing email as it breaks threading. yeah... you are right... my fault... sorry On Tue, 17 Nov 2015 08:36:27 Jan Krause wrote: are there examples for using the pro

Re: [Interest] Examples with "excludeAreas" of module qt-location available?

2015-11-18 Thread Jan Krause
oh... thank you... then we are waiting for 5.6 ... :) cheers, Jan Am 18.11.2015 um 02:27 schrieb Aaron McCarthy: Hi, On Tue, 17 Nov 2015 12:19:04 Jan Krause wrote: On Tue, 17 Nov 2015 08:36:27 Jan Krause wrote: are there examples for using the property excludeAreas (http://doc.qt.io/qt-5

Re: [Interest] What don't you like about Qt?

2016-10-18 Thread Jan Krause
Am 18.10.2016 um 13:41 schrieb Viktor Engelmann: I'm not even on board for TDD, because tests don't help you against interlocking-issues, data races, etc. and are only of limited use against many others like dangling pointers, subsequent memory corruption, UI freezing, etc. This is a really int

[Interest] SignalTranisition: using of signal arguments within onTriggered handler?

2017-04-21 Thread Jan Krause
Hi all, a transition of a state machine has normally the properties trigger/signal, guard, action... a SignalTransition (http://doc.qt.io/qt-5/qml-qtqml-statemachine-signaltransition.html) of the declarative state machine framework has signal + guard ... where is the action property? there i

Re: [Interest] SignalTranisition: using of signal arguments within onTriggered handler?

2017-04-25 Thread Jan Krause
ok... I take scxml state machine ... with '_event.data' I have my feature... :) br Jan Am 21.04.2017 um 15:26 schrieb Jan Krause: Hi all, a transition of a state machine has normally the properties trigger/signal, guard, action... a SignalTransition (http://doc.qt.io/qt-5