Hi,
I have a QListWidget on a form, I was wondering what is the best way to resize this widget so it is always same size as its parent form, this best to do with layouts or catch the resize event?
Regards,
Steve
Printable View
Hi,
I have a QListWidget on a form, I was wondering what is the best way to resize this widget so it is always same size as its parent form, this best to do with layouts or catch the resize event?
Regards,
Steve
You want to add the list widget in a layout and install the layout on the parent form. For more information, see Layout Classes ;)