Re: [Interest] Qt Creator debugger does not flush "Application Output" on every log call?

2020-09-20 Thread Hamish Moffatt
On 21/9/20 6:13 am, David M. Cotter wrote: Do you develop on mac? Do you print stuff to console (qDebug) to aid with debugging? When you hit a breakpoint, do you find that, quite often, your log hasn't been flushed? ie: you can't see the latest logging, the "Application Output" is stuck

[Interest] Qt Creator debugger does not flush "Application Output" on every log call?

2020-09-20 Thread David M. Cotter
Do you develop on mac? Do you print stuff to console (qDebug) to aid with debugging? When you hit a breakpoint, do you find that, quite often, your log hasn't been flushed? ie: you can't see the latest logging, the "Application Output" is stuck somewhere in the past... Does this happen to

[Interest] QSGRenderNode and OpenGL rendering using QPainter

2020-09-20 Thread Daljit Singh
Hi, I wanted to make use of QSGRenderNode to paint some QML items using third party libraries (mainly Skia). So I decided to gave it a go, but I am having a trouble on understanding how to properly use this class. I have wrote a simple class derived on QQuickItem that essentially paints a