Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
By default, QWidget animates around the 0,0 coordinate (top left). I don't want that, but I don't seem to be locating the method to change its origin point.
Animates? What do you mean by that?
When using QPropertyAnimation. You know, scale, rotation - I want it happening at the widget's center, not top left.
First of all: there is no way to differently set the point of origin. However, I can think of two options:
That would explain why I have problems finding it.