QScrollArea - minimum width controlled by content? - remove horizontal bars?
Unsolved
General and Desktop
-
Hey
Before I start making some custom events/etc... is there a way to tell QScrollArea to set its minimum width down to its content minimum width? I don't want a horizontal scroll, that should expand the scrollView visible area. Only vertical area should be scrollable.
Update... Uh I think my problem is because
DockWidget
someWidget
Scroll Area
Content WidgetAnd thus I have to push the update to DockWidget somehow. Nvm I think I have to custom handle it.
Any hints?
Regards
Dariusz