How can I resize, automatically, any widget, to the paintEvent's method generated content dimensions?

有帮助吗?

解决方案

Don't try to do that. Resizing would generate a new paint event, and in the best case you would end up with flickering in your UI. You will need to calculate your widget size outside the paint event.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top