Re: [Interest] Graphical edition of state machines in QT

2016-06-15 Thread Tuukka Turunen
Hi, With the new Qt SCXML module you need to use an external editor that can output SCXML format, or edit manually your SCXML state machine description. Yours, Tuukka > -Original Message- > From: Interest [mailto:interest-bounces+tuukka.turunen=qt.io@qt- > project.org] On

Re: [Interest] Graphical edition of state machines in QT

2016-06-15 Thread william.croc...@analog.com
On 06/15/2016 04:28 AM, Willy Lambert wrote: Hi all, I'd like to use state machines to implement some of my behaviors. Is there any graphical WYSIWIG editor for state machines in QT (or any side well known project) ? Many of my coworkers like this, but there is no explicit Qt integration

[Interest] Graphical edition of state machines in QT

2016-06-15 Thread Willy Lambert
Hi all, I'd like to use state machines to implement some of my behaviors. Is there any graphical WYSIWIG editor for state machines in QT (or any side well known project) ? As far as I know the state machine API [1],is not the way to go as [2] would be a better direction in recent versions

Re: [Interest] Graphical edition of state machines in QT

2016-06-15 Thread Yuvraaj Kelkar
+1 for question, I'd like to know as well. I've always used dia to draw the state machine and then coded it by hand. A wysiwyg state machine editor or code generator would have been nice. -Uv On Wed, Jun 15, 2016 at 1:28 AM, Willy Lambert wrote: > Hi all, > > I'd like

[Interest] QtQuick compiler

2016-06-15 Thread Xavier Bigand
I thought that the QtQuick compiler is now available with the open source licences, but QtCreator doesn't found it event with Qt5.7 RC. Need I build it myself? -- Xavier ___ Interest mailing list Interest@qt-project.org

Re: [Interest] QGaphicsItem deletion

2016-06-15 Thread Igor Mironchik
Hello. On 15.06.2016 16:59, Konstantin Shegunov wrote: Hello, On Wed, Jun 15, 2016 at 4:15 PM, Igor Mironchik > wrote: Parent of the handles is the same as Line's. But Line own objects of handles with QScopedPointer. This

Re: [Interest] QtQuick compiler

2016-06-15 Thread Xavier Bigand
Ok, thank you I saw this post, but I didn't remember that it's for Qt5.8 :-( 2016-06-15 15:48 GMT+02:00 Jérôme Godbout : > I only have seen (blog post) it as part of 5.8 (due in october). I may be > wrong. > > https://blog.qt.io/blog/2016/02/22/qt-roadmap-for-2016/ > > On

[Interest] QSplitterHandle is Rainbow Colored

2016-06-15 Thread Mike Jackson
We are having an issue where any QSplitter we insert into our program, the QSplitterHandle has a rainbow color gradient across the handle. It is clearly not a bug in Qt 5.6.0 because the example programs that we build from the 5.6.0 distribution are all correct. The only thing I can think of

Re: [Interest] [Qt-creator] Persistent App store get-task-allow issue

2016-06-15 Thread Jason H
> Sent: Friday, June 10, 2016 at 2:45 AM > From: "Eike Ziller" > To: "Jason H" > Cc: "interestqt-project.org Interest" , qt-creator > > Subject: Re: [Qt-creator] Persistent App store get-task-allow issue >

[Interest] QGaphicsItem deletion

2016-06-15 Thread Igor Mironchik
Hi folks, Let's say I have QGraphicsItem, let it be Line. This Line has move handles - another QGraphicsItems, rectangles. Parent of the handles is the same as Line's. But Line own objects of handles with QScopedPointer. When Line creates in c_tor() it creates handles, so handles adds to the

Re: [Interest] QtQuick compiler

2016-06-15 Thread Jérôme Godbout
I only have seen (blog post) it as part of 5.8 (due in october). I may be wrong. https://blog.qt.io/blog/2016/02/22/qt-roadmap-for-2016/ On Wed, Jun 15, 2016 at 8:42 AM, Xavier Bigand wrote: > I thought that the QtQuick compiler is now available with the open source

Re: [Interest] QGaphicsItem deletion

2016-06-15 Thread Konstantin Shegunov
Hello, On Wed, Jun 15, 2016 at 4:15 PM, Igor Mironchik wrote: > > Parent of the handles is the same as Line's. But Line own objects of > handles with QScopedPointer. > This doesn't sound right. If the handles are not children to the line, then the line doesn't own

[Interest] Urgent: ld: framework not found MobileCoreServices on OSX

2016-06-15 Thread Jason H
I just found an issue with my app in the Apple App store. I am trying to fix urgently it, but now I get ld: framework not found MobileCoreServices /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -stdlib=libc++