The answer depends on how you define your axes. When you set your scales explicitely by using setAxisScale you can simple change the min/max parameters. If you are using the autoscaler you have to set the QwtScaleEngine::Inverted flag for your scale engine.

Uwe