可以再其他任何继承QPaintDevice上面画图, QWidget, QImage, QPixmap, QGLWidget, QGLPixelBuffer, QPicture and QPrinter
setAttribute (Qt::WA_PaintOutsidePaintEvent);
Makes it possible to use QPainter to paint on the widget outside paintEvent(). This flag is not supported on Windows, Mac OS X or Embedded Linux. We recommend that you use it only when porting Qt 3 code to Qt 4.