Well. after surfing in the net, I have found
Qt Code:
  1. setRawData(d_x, d_limit4, PLOT_SIZE);
  2. setBrush(QBrush(Qt::green, Qt::Dense7Pattern));
  3. setCurveType(QwtPlotCurve::Yfx);
  4. setBaseline(5000.0)
To copy to clipboard, switch view to plain text mode 

The efect of this code in my plot is to fill area between baseline and curve, but I do not find any solution to fill area between two curves.