Tagged Questions

0
votes
2answers
2k views

How do I auto-adjust the size of a QDialog depending on the text length of one of its children?

I have a QDialog I am working with. It is made somewhat like a QMessageBox. I noticed that the size of the QMessageBox (and the size of its label) depends of the size of the message displayed. How ...