QCustomPlot Discussion and Comments

How to force alignement in a QCPLayoutGridReturn to overview

I am using a QCPLayoutGrid for laying out a series of QCPAxisRect. I am placing several QCPAxisRect in a single row and n-column.

I am also restricting the maximum size of the QCPAxisRect to say 100. When I insert the QCPAxisRect into the QCPLayoutGrid I obtain my axes positioned at full right of the layout. Is is possible to force positioning to left?

Solved. I was messing up with various gridlayouts and adding my elements to the wrong layout :-)

BTW many thanks for qcustomplot!