c++ - Extend QScrollArea when using QSplitter -
i have qscrollarea contains qhboxlayout , inside of qsplitter multiple qwidgets. wish extend widgets splitters between them.
my problem need set minimum size on widges. if splitters useless (they not perform actions). normal because can not minimize other widgets give space 1 wish extend.
is there way push widgets outside initial area , extend scrollarea or that?
Comments
Post a Comment