Qt 5 QDial strange behavior
-
I'm using the QDial class to create something like a potentiometer.
I managed to do this by creating a PotWidget with a QGroupBox and a QDial which I then put into a QObject.
The problem is that the QObject can be rotated to 0° , 90° , 180°, 270° .
At 90° and 270° you can see it well while at 0° and 180° you can see the low resolution pixelated QDial.
Greetings

-
Since a QObject is nothing which paints anything - please show your code.
-
Can you tell me why you post a link to another forum instead showing us what you're actually doing so we can see what's going wrong?
-
The linked forum is where I got the sources I'm looking at.
I wanted to understand why the buttons and dials are displayed pixelated.
For buttons using stylesheets I managed to fix them but dials not.
The sources are in the downlosd Sources section.
Greetings