How to fix Widget size in QSplitter?
General and Desktop
2
Posts
2
Posters
1.9k
Views
1
Watching
-
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)