How to dynamically change size of grid when adding a new row in PySide6 or PyQt6?
I’m trying to change the size of my grid whenever I add a new row and keep the sizes of the prev rows, but the rows keep getting slightly squished vertically. How can I fix this?