In PyQt's designer tool, when you create a QPushButton, at first, it will look like this:
If you right-click on it, pick 'Change stylesheet' and change the button background color to orange, for example, you'll get this:
If you notice, the button's shape changed slightly, it's edges became more sharp and even the 'click' makes it look more 'squared' and I don't want that. I want it to look like before but just with the background set to orange. Is this possible? As an alternative, is there a way so make the edges rounder?
Thank you.