Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt: Circle in compatibility list #5885

Closed
ghost opened this issue Apr 25, 2019 · 1 comment · Fixed by #5916
Closed

Qt: Circle in compatibility list #5885

ghost opened this issue Apr 25, 2019 · 1 comment · Fixed by #5916

Comments

@ghost
Copy link

ghost commented Apr 25, 2019

The circle indicating the compatibility of a game is quite jagged. This is particularly annoying on an HiDPI screen:

blobs

I've had a look at the code and attempted a few fixes for this, including...

...QPainter's normal Antialiasing...
antialiased

...and QPainter's "HighQualityAntialiasing":
highqualityaa

I've attempted a few other methods as well, but to my eye they all look either jagged or blurry or not like circles at all. There might well be a way to actually make the circles round, but I haven't found one.

A possible remedy for this might be changing the circle into...

...a square...
square

...or a rectangle:
blips

Personally, I prefer the last alternative as I think the geometry fits the rest of RPCS3:

rectangles

If someone more experienced than me could figure out a way to make the circle round that might be the best solution, however.

At any rate, I suggest a vote: https://www.strawpoll.me/17884582

@ghost ghost mentioned this issue Apr 30, 2019
@ghost
Copy link
Author

ghost commented May 2, 2019

For future reference, here is a potential fix: #5899 (comment)

It would also be nice to customize these through style sheets.

@ghost ghost mentioned this issue May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants