Hello!!
I am using a QSplitter to separate two sections of my software. Down section contains a QTableWidget which shows software notifications, so, its lines are increasing. What I want is not to allow stretching more than the height of the table.
How can I do this?
Thank you very much!