I have a QGroupBox that I initially set up with a given title. Through out the program, based on certain user inputs, this QGroupBox gets resized. Sometimes the title of QGroupBox can be slightly long, and sometimes when the QGroupBox is resized to a smaller size the title can get cut off. Can anyone think of a way to set a minimum width on the QGroupBox which would ensure the full title will always be displayed in its entirety?