QSplitter height fixed
Unsolved
General and Desktop
-
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!
-
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!
-
@ivanicy said in QSplitter height fixed:
Down section contains a QTableWidget
Contains or is? how do you call
QSplitter::addWidget
?