How to fix Widget size in QSplitter?
-
Do you want the parentWidget to remain fixed or the individual widgets(seperated by QSplitter)?
the parentWidget can be fixed by setFixedSize()
for the childWidgets, you need to use something else as a separator(QSplitter is meant to make resizable widgets within another widget)... There is a Vertical Line Component in Qt Designer(don't know its hard-coded equivalent, though you could use a QFrame for it)