Sorry for raining on your parade, but…
Keränen Pasi wrote:
> I¹d like to open the discussion on including the three library as part of
> Qt 5.6 and onwards. Mainly because this would give our users a better
> experience if we¹d bundle the right, tested version of Three.js together
> with the Qt ve
Hello all!
I'm working now at application which loads QML from a string and make
screenshot of a window.
And I'm surprised that there is no event which triggers when document
was completly loaded;
I talk about C++ part only.
The simple example:
QByteArray data("import QtQuick 2.3\n\
import Qt
Hi,
I just wanted to give you a heads up that the following deprecated mkspecs are
about to be removed:
- qnx-armv7le-qcc
- blackberry-armv7le-qcc
- blackberry-playbook-armv7le-qcc
Use {qnx,blackberry[-playbook]}-armle-v7-qcc instead.
Regards,
Rafael
--
Rafael Roquetto | rafael.roqu
On Monday 12 January 2015 16:23:19 Gunnar Roth wrote:
> making public etc. depend on a define is imho a very bad idea and now
> we have the result broken binary compatibility, something which i think is
> taken a lot care of to NOT happen in Qt.
Known and fixed issue.
https://codereview.qt-projec
Hi,
ms compiler uses access property of class methods for building the mangled name, so you should not change this between versions.
In Qt\5.4.0\qt-src\qtbase\src\corelib\kernel\qmetatype.h:643
you find this code
#ifndef Q_NO_TEMPLATE_FRIENDS
#ifndef Q_QDOC
template
friend bool qRe