J.D. Purcell

Results 55 comments of J.D. Purcell

I believe this is fixed now. Probably by #467 and there were some additional quirks fixed in #515 as well.

> Potentially could do as a part of a bigger update to add settings to bindable keys. Another (easier?) idea is perhaps the hotkey doesn't need to be tied to...

Duplicate of #283. Tested with #521, and the color space conversion option fixes it.

Can you upload the original .png file so we can use it for troubleshooting?

I had attempted this before but given up. You did a very good job with the way this looks/feels in the UI and solved some of the design problems I...

This is because the image uses CMYK color and Qt wasn't capable of handling it properly until recently. There were two recent changes ([here](https://github.com/qt/qtbase/commit/8a6d9ac7bcd3ac3dfba1c9efdb9487ce48b28c9c) and [here](https://github.com/qt/qtbase/commit/25c96d547b4563cbfedcec6093d68116148d8599)), one or both of...

If I were implementing this feature (spoiler alert: I already did 😄), this is how the UI would look: ![Screenshot 2023-10-07 at 7 07 25 PM](https://github.com/jurplel/qView/assets/6741660/95292a28-62ca-4735-975f-530346c8961d) So I'd be curious...

@jurplel I had an attempt at it, this is what I came up with: Specifically, it's a very clever optical illusion that involves the user having to scroll before revealing...

@BloodRaven0 I wasn't planning on it, but those buttons fire the same types of mouse events as the normal buttons, so it's certainly doable if someone wanted to. It's just...