Hi the Qt doc says that a QMainWindow must have a central widget.
In my application I derived from QMainWindow but effectively I don't have a real central widget and docket widgets as in the Qt examples.
I have 2 waveform displays ( that needs a scroll bar ) and some additional controls.
So how can I set my QMainWindow?

Best Regards