I'm getting bad aliasing on large resolution Image items (2048x512) when
animating scale. I've tried turning on anti-aliasing, mipmaping, and smooth,
but none of these have had any effect. Any suggestions?
Thanks
___
Interest mailing list
Interest@
> Fix the double-deletes instead - those are real issues! If an object is
> double-deleted it might be an indication that it should not have been
> allocated on the stack in the first place...
>
This was what I wanted to underline, maybe not clear from my side...
Allocating on the stack an object
Hi ,
I got a performance problem in loading QML in Android . Therefore I would
like to run profiler on QML itself. However, when I launch the QML profiler
within QT creator. The process hang on :
"D/Qt (14973): qtcpserverconnection.cpp:173
(voidQTcpServerConnection::listen()): QML Debugger:
> i'm trying to use QMacNativeWidget to display a Qt widget hierarchy
> (namely a QQuickView, wrapped inside a QWidget via
> createWindowContainer) inside an NSView.
>
> however i'm having troubles if the parent NSView is resized below the
> size of QMacNativeWidget: if the QMacNativeWidget does n
>> which causes an assertion failure in QCoreApplication::arguments() [2].
>> but if using QApplication without exec() is unsupported, maybe this
>> could be either fixed or removed or declared as unsupported?
>
> exec() is basically a loop around calling processEvents(). The question is
> what t