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

2017-04-21 Thread Jan Krause
sorry ... wrong list... :o Am 21.04.2017 um 11:21 schrieb Jan Krause: 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

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

2017-04-21 Thread Jan Krause
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 is a trigge

Re: [Development] Relevant industrial buses

2015-07-10 Thread Jan Krause
PROFINET would be nice... :) it is very complex... but wide used in industrial automation... greetings jan Am 03.07.2015 um 12:13 schrieb Turunen Tuukka: > > > > Hi, > > > > As you are probably aware, we are developing a new Qt SerialBus > module. Target is to have a technology preview in Qt

Re: [Development] [semi-solved] Qt5 moc error in combination with boost

2013-01-25 Thread Jan Krause
Am 25.01.2013 21:34, schrieb Knoll Lars: On Jan 22, 2013, at 8:31 PM, Jan Krause <mailto:jan.krause.n...@gmail.com>> wrote: Am 22.01.2013 14:58, schrieb Olivier Goffart: On Tuesday 22 January 2013 06:32:45 Charley Bay wrote: There's a Qt5 moc error when using Boost, with

Re: [Development] [semi-solved] Qt5 moc error in combination with boost

2013-01-22 Thread Jan Krause
Am 22.01.2013 14:58, schrieb Olivier Goffart: On Tuesday 22 January 2013 06:32:45 Charley Bay wrote: There's a Qt5 moc error when using Boost, with a work-around. See: http://qt-project.org/forums/viewthread/22993 It describes "Boost 1.49", but this work-around also works for "Boost 1.52": ..