Increase Table view in Pyqt
-

Someone please refer to my code as well what function i should use to increase the number of rows to show in the table..
My Code Screenshot..

@aadil50
It is always best if you post code as text, not as a screenshot.You commented out
setMinimumHeight(180)but say nothing about it. Why?I am not sure whether your placing it inside a
QGridLayoutcell has an effect on its display height. You might try it outside of a grid temporarily to see whether that differs. -
Hi,
You should share a bit more code.
We don't know how you created your UI with designer so it's hard to tell the exact issue you might be having.