Weird pyqt6 graphical glitches
-
I have created a fairly large PyQt6 app that has roughly 12-14 multi processes going on, but I do have a very powerful PC handling this. I am following the rules that only the UI process and UI thread of that process can update the UI. However, recently I have been having some weird graphical issues when upgrading from PyQt5 to PyQt6, like so:

In the above image, these are normally dark greyish buttons with white text. This is a small part of my larger UI where every component of my UI suddenly turned into this. the user claimed it was when they went from chrome to the App.

Another issue above I had where the numbers stopped lining up properly. I know i dont have any code here but are there some common issues that cause these problems? am I likely doing something wrong?
-
I have created a fairly large PyQt6 app that has roughly 12-14 multi processes going on, but I do have a very powerful PC handling this. I am following the rules that only the UI process and UI thread of that process can update the UI. However, recently I have been having some weird graphical issues when upgrading from PyQt5 to PyQt6, like so:

In the above image, these are normally dark greyish buttons with white text. This is a small part of my larger UI where every component of my UI suddenly turned into this. the user claimed it was when they went from chrome to the App.

Another issue above I had where the numbers stopped lining up properly. I know i dont have any code here but are there some common issues that cause these problems? am I likely doing something wrong?