I have a Viewer contained inside a QFrame like this:
The white area is Viewer
and grey area is QFrame
.
What is want to have is another QscrollArea
with the Viewer layed out vertically with a vertical splitter like this:
But even after selecting both QScrollArea
and Viewer
and then clicking the layout vertically in splitter button. The splitter does not appear? Any idea as to how to achieve this?