Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top