Increase Table view in Pyqt
Unsolved
Qt for Python
-
@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
QGridLayout
cell 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.