[Interest] QtIFW: Can not process @TargetDir@ that contain windows paths

2016-04-15 Thread Mike Jackson
I am trying to run a post install script from a QtIFW generated installer. In it I need to work with a Windows path of the form "C:\DREAM3D_SDK/Qt5.6.0" in order to pass the path into the Qt5.6.0 online installer so that the version of Qt gets installed into the proper location on the users sys

Re: [Interest] Migration path from QGraphicsScene to QtQuick2

2016-04-15 Thread Igor Mironchik
On 15.04.2016 15:57, Jean-Michaël Celerier wrote: On Fri, Apr 15, 2016 at 12:15 PM, Igor Mironchik mailto:igor.mironc...@gmail.com>> wrote: Can I ask you why you need to migrate from QGraphicsScene to QtQuick? Hi, I like the scene graph rendering being done in another thread, and

Re: [Interest] qtWebsocket SSL question

2016-04-15 Thread Alexander Carôt
>>Maybe a little bit off topic, I found that this snippet works on iOS, but fails on Android.   Do you mean it compiles fine on iOS or are you abel to run the full SSL-Websocket-Server on iOS ?   Best   Alex   -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797    

Re: [Interest] Migration path from QGraphicsScene to QtQuick2

2016-04-15 Thread Jean-Michaël Celerier
On Fri, Apr 15, 2016 at 12:15 PM, Igor Mironchik wrote: > > > Can I ask you why you need to migrate from QGraphicsScene to QtQuick? Hi, I like the scene graph rendering being done in another thread, and more importantly I wish to provide the ability to write plug-ins in QML for my software, wh

Re: [Interest] Migration path from QGraphicsScene to QtQuick2

2016-04-15 Thread Nuno Santos
Jean, I think you can extend QQuickItem and override the paint method and keep using the exact same code for painting your items. Nuno > On 15 Apr 2016, at 11:05, Jean-Michaël Celerier > wrote: > > Inspired by Ingo Schiller's problem, I am wondering if there is a "common" or > known pattern

[Interest] Migration path from QGraphicsScene to QtQuick2

2016-04-15 Thread Jean-Michaël Celerier
Inspired by Ingo Schiller's problem, I am wondering if there is a "common" or known pattern to enable migration from QPainter / QGraphicsItem objects to QtQuick 2 ? I have a big scene with items all drawn by hand : https://github.com/OSSIA/i-score/blob/master/Documentation/iscore.png?raw=true Sho

[Interest] C++ to QML export: "Cannot assign object to list"

2016-04-15 Thread Ingo Schiller
Dear all, I am currently moving from Qt4.8,1 to Qt5.5.0 and I am facing a serious problem with the elements I am exporting from C++ to QML. It (still) uses the old way using QDeclarativeItem to export the UI elements to QML. At the moment I can't use QtQuick2 because part of the application hea

Re: [Interest] jpeg 2000

2016-04-15 Thread maitai
Ok, thanks. I was hopping qt was not based on Jasper... Le 14-04-2016 21:21, Konstantin Tokarev a écrit : 14.04.2016, 22:15, "maitai" : Hello, Does anyone knows if qt jpeg2000 implementation is based on Jasper or openJpeg or something specific to qt, and if it implies extra libs? I need to dec