This is exactly what the Qwt plotmatrix demo (PlotMatrix class constructor) is doing: creating a series of QwtPlot objects and placing them in a QGridLayout. If you only want a vertical or horizontal set of three then use QVBoxLayout or QHBoxLayout. If you don't know how to use a layout then you should read Layout Management in the Qt reference documentation and look at the Basic Layout example.