I have a waveform that goes from +1 to -1 on the y-axis.

mRect = zoomer->zoomRect();

Results in:

mRect.top() = -1;
mRect.bottom() = 1;

This is upside-down.

Is this expected behavior?