How can I change the width of the QDialog box that my plugin uses?
Based on the interface_demo plugin my box uses self.resize(self.sizeHint()) - but because my buttons have short names the text in the title bar of the dialog gets cropped. So, can I make the dialog wider?
|