You can share texture object use GLwidget construct function ,
QGLWidget::QGLWidget ( QWidget * parent = 0, const QGLWidget * shareWidget = 0, Qt::WindowFlags f = 0 ),it will share texture object with shareWidget.But I want share texture object with multi qglwidget ,