I have a QSplitter
with 2 widgets, and I want to control which widget is shown using buttons.
One for the "left" one, one for the "right" one, and the third for both.
How can i make it possible to control the width of the widgets by the user, and to give him a shorter way of doing this.
How can I change the style of the
Qsplitterhandle
? now it has the same style/shape/color as the background, so it is impossible to see theQsplitterhandle
.