Re: [Interest] Windows-64 specific QML UI flickering

2021-05-13 Thread Jean-Michaël Celerier
See also https://bugreports.qt.io/browse/QTBUG-46074 https://bugreports.qt.io/browse/QTBUG-51112 which may be related kind regards jean-michaël On Mon, May 10, 2021 at 2:22 PM Rui Oliveira wrote: > Hey! > > I think I reported a similar thing in > https://bugreports.qt.io/browse/QTBUG-93084 > >

Re: [Interest] Windows-64 specific QML UI flickering

2021-05-10 Thread Rui Oliveira
Hey! I think I reported a similar thing in https://bugreports.qt.io/browse/QTBUG-93084 Is this like your problem? It doesn't happen with Software or OpenGL rendering. Às 13:12 de 10/05/2021, Benjamin TERRIER escreveu: On Thu, 6 May 2021 at 02:21, Jason H > wrote:

Re: [Interest] Windows-64 specific QML UI flickering

2021-05-10 Thread Benjamin TERRIER
On Thu, 6 May 2021 at 02:21, Jason H wrote: > I use mainly Mac and Android and I don't see these issues, however the > Windows 64 experience is very crunchy. I was asked to make a simple serial > port monitor. I developed on my mac. It's solid. > It's got QML UI using Rows, Columns, Text, TextEdi

[Interest] Windows-64 specific QML UI flickering

2021-05-05 Thread Jason H
I use mainly Mac and Android and I don't see these issues, however the Windows 64 experience is very crunchy. I was asked to make a simple serial port monitor. I developed on my mac. It's solid. It's got QML UI using Rows, Columns, Text, TextEdits (Controls v2), and a ComboBox (Controls v2) for