PyQt create photoshop like application
Unsolved
Qt for Python
-
Hi I want to ask you if there is any way how to load image to PyQt5 window like in photoshop, then create something like "tool" - some circle. I want to move with this circle with mouse and when I click I need to to something with all pixels in that circle. For example get values from this circle and change them.
example -
-
Hi,
The answer here is pretty much the same as the one you got on the same question for C++.