I am working on a Qt project based on QMainwindow having left and right toolbars. What is the better way to add splitter between QMainwindow and toolbars. As in Qt creator we have splitters between code editor and other panels.
Central widget, right and left toolbars with splitters in a Horizontal layout will work but... looking for a better solution.