![]() |
2010-04-22
, 19:54
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#12
|
ui.graphicsView->setViewport(new MyGLWidget(QGLFormat(QGL::DoubleBuffer)));
The Following User Says Thank You to mikec For This Useful Post: | ||
![]() |
2010-04-23
, 05:12
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#13
|
![]() |
2010-04-23
, 06:15
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#14
|
![]() |
2010-04-27
, 05:18
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#15
|
QGraphicsScene *scene = new QGraphicsScene(); QGraphicsView *view = new QGraphicsView(scene); QGLWidget *GL = new GLWidget(QGLFormat(QGL::DoubleBuffer)); view->setViewport(GL);
Last edited by Figa; 2010-04-22 at 19:54.