0

I want to be able to nicely align the description and the plot of following configuration: enter image description here

I want to achieve that every plot has the same size, i.e. they end all on the same imaginary vertical line. The channel names should be aligned. Currently, I'm using a QGridLayout. The plots were created using Qwt.

NG_
  • 6,895
  • 7
  • 45
  • 67
anopheles
  • 434
  • 1
  • 9
  • 19
  • 2
    If that's a grid layout you've got something weird going on. A 2x5 grid would line those all right up. – Chris Mar 24 '13 at 23:25
  • you're absolutely right, I was creating a new QGridLayout for every plot row. Sometimes it is that simple :P Thanks! – anopheles Mar 25 '13 at 00:29

0 Answers0