Re: [Interest] QRC URL normalization

2016-12-01 Thread Federico Buti
Hi. It is interesting to not that there is the annoying bug QTBUG-42102 which can be worked around just by using only :/// paths, has stated in this comment

Re: [Interest] QQmlEngine: Illegal attempt to connect to PlatformShim(0xb9b2fb58) that is in a different thread than the QML engine QQmlApplicationEngine(0xa17e1494.

2016-12-01 Thread Jason H
Still having issues... But made some "progress" So I changed to using qmlRegisterSingletonType("PlatformSupport", 1, 0 "PlatformShim", &getPlatformShim) However when I do I get 1 of 2 errors: 1. Element is not creatable: when trying to declare a signal handler like PlatformShim { onPushNotificat

[Interest] QQmlEngine: Illegal attempt to connect to PlatformShim(0xb9b2fb58) that is in a different thread than the QML engine QQmlApplicationEngine(0xa17e1494.

2016-12-01 Thread Jason H
I get that error when: main.cpp: PlatformShim *shim = PlatformShim::instance(); engine.rootContext()->setContextProperty(QStringLiteral("platformShim"), shim); In a QML file: Connections { target: platformShim onPushTokenReceived: { pushToken = token } } I

Re: [Interest] License regarding question

2016-12-01 Thread Alexander Dyagilev
Hello, Thanks to all for the answers. Actually, we did not fix the problem. All we did - recompiled Qt w/ OpenSSL library to avoid the problem on Mac OS X. This helped. Later, one of your programmers reported that he fixed the problem. But we did not test it yet. On 11/29/2016 5:00 PM, An

[Interest] Qt Webinars in December

2016-12-01 Thread Carl Engh
Hi, Thought you might want to know that we are having technical webinar sessions in December. Sign up to attend or get the recording through the following link: http://blog.qt.io/blog/2016/11/28/qt-world-summit-2016-webinar-series-christmas-sessions/ --Carl _