PyQT How to make a Qt Widget grow with the window size?

المعرفة:: Python
الحالة:: ملاحظة_مؤرشفة
المراجع:: https://stackoverflow.com/a/6045152


In Designer, activate the centralWidget and assign a layout, e.g. horizontal or vertical layout. Then your QFormLayout will automatically resize.
Always make sure, that all widgets have a layout! Otherwise, automatic resizing will break with that widget!


Last update : August 14, 2023
Created : August 23, 2022

Comments

Comments