How can I resize, automatically, any widget, to the paintEvent’s method generated content dimensions?
How can I resize, automatically, any widget, to the paintEvent’s method generated content dimensions?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.