[Interest] Assistant dependencies and deplyoment

2018-05-25 Thread Bernhard Lindner
Hi! I am trying to understand some deployment issue. Could somebody please explain me the following output: ldd -r -u ~/Qt/5.10.0/gcc_64/bin/assistant  Unused direct dependencies: /lib/x86_64-linux-gnu/libQt5Network.so.5 /lib/x86_64-linux-gnu/mesa/libGL.so.1 /lib/x86_64-l

Re: [Interest] QML iOS - can we download content to be executed

2018-05-25 Thread Sylvain Pointeau
for some courses yes, we could abstract and make it data driven, but complex simulation or custom made for specialized area are simpler to program (in html/js or qml). Le ven. 25 mai 2018 à 20:40, Jason H a écrit : > Why is your course not just data? > Abstract it. > > *Sent:* Friday, May 25, 20

Re: [Interest] QML iOS - can we download content to be executed

2018-05-25 Thread Jason H
Why is your course not just data? Abstract it.   Sent: Friday, May 25, 2018 at 2:24 PM From: "Sylvain Pointeau" To: "Jason H" Cc: "Qt Project" Subject: Re: [Interest] QML iOS - can we download content to be executed I agree with you but my question was about downloading QML code as a new

Re: [Interest] QtQuick for mobile - any experience to share?

2018-05-25 Thread Jason H
I have many apps in Android and iOS app stores.  Qt was a great fit, but a few pain points: - Notifications: no platform integration - Push Notifications: no platform integration - Background processing: Varies. Apple is more strict. No background uploads.  - I found it unavoidable having to d

Re: [Interest] QML iOS - can we download content to be executed

2018-05-25 Thread Sylvain Pointeau
I agree with you but my question was about downloading QML code as a new module. For instance, if the app provides courses and the user downloads one course to complete. I was wondering if this course could be done in QML, so it is downloaded and executed, but it seems to be forbidden, and only HTM

Re: [Interest] QML iOS - can we download content to be executed

2018-05-25 Thread Jason H
Not excactly.   You can download data which results in a work flow. But you cannot add to or change the capability of the application.  The entirety of the application capabilities must be present at review time. I have successfully created a JSON data structure to dictate the application workfl

Re: [Interest] QDatastream, QMap, QImage serialization

2018-05-25 Thread Michael Jackson
On 5/24/18, 4:16 PM, "Interest on behalf of Thiago Macieira" wrote: On Thursday, 24 May 2018 16:57:03 -03 Michael Jackson wrote: > QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to > '/tmp/runtime-buildbot' This one means your environment isn't properly set up. Make

Re: [Interest] QtQuick for mobile - any experience to share?

2018-05-25 Thread Jérôme Godbout
I would not go HTML based application, they scale badly. personal, I would said you have either Qt (C++) and Xamarin (C#) as options. I haven't dig too much into Xamarin so far, look nice. Either way you still have to write some native part (BLE, background processing, kick start application etc

Re: [Interest] QtQuick for mobile - any experience to share?

2018-05-25 Thread ekke
Sylvain, please take a look at my blog series https://appbus.wordpress.com/category/qt-for-mobile/overview/ there are also some example apps at github also some tips HowTo develop performant mobile apps with Qt: https://blog.qt.io/blog/2016/09/22/qt-conference-apps-out-of-the-developer-trenches-pa

Re: [Interest] QML iOS - can we download content to be executed

2018-05-25 Thread Sylvain Pointeau
On Tue, May 22, 2018 at 12:18 PM, Sylvain Pointeau < sylvain.point...@gmail.com> wrote: > Dear all, > > I am interested to do an app that downloads new content from a server > using QML on iOS, do you know if it is possible to download content (in > QML) and to execute it? is this possible from a

[Interest] QtQuick for mobile - any experience to share?

2018-05-25 Thread Sylvain Pointeau
Dear all, Do you have any experience that you can share on your mobile development using QtQuick? compared to native? compared to react-native? others? How did you manage the different device sizes? and phone size / tablet size? mobile + desktop? I am really puzzled about which technology to ch

[Interest] Qt Installer Framework 3.0 vs 2.0

2018-05-25 Thread Álvaro Cebrián Juan
Hello everyone, In the Qt Creator installation wizard I can choose to install two different versions of the Qt Installer Framework, the 3.0 and the 2.0. Can anybody shed some light on the differences between them? Thank you. Regards, Álvaro ___ Intere

[Interest] Qt-5.11.0 - QtWebEngine Compilation Broken for Windows 32-bit Builds

2018-05-25 Thread coroberti .
Hi, Trying to compile the recently released Qt-5.11.0 for 32-bit Windows (x86), everything compiles fine except QtWebEngine where build is broken. It seems that MSVC-2017 is the only compiler for QtWebEngine sing 5.11, and theoretically 32-builds are supposed to be supported. The bug report is he