I want to make 3D Panel and 3D Application for Xepria
So I tried to Apply Qt/Wince With OpenGLES on Xpeira..
But...Qt's OpenGLES can't Create Context....
In Qt Example( hellogl_es )
GLWidget *glwidget = new GLWidget();
in this action Create Context is Success
But after first action
QGridLayout *layout = new QGridLayout(groupBox); layout->addWidget(glwidget,1,0,8,1);
addWidget Function try to Create Context Again...
and finally Create Context is Fail...
I Used Qt/Wince 4.5 Version
Does Anyone can help me?
So I tried to Apply Qt/Wince With OpenGLES on Xpeira..
But...Qt's OpenGLES can't Create Context....
In Qt Example( hellogl_es )
GLWidget *glwidget = new GLWidget();
in this action Create Context is Success
But after first action
QGridLayout *layout = new QGridLayout(groupBox); layout->addWidget(glwidget,1,0,8,1);
addWidget Function try to Create Context Again...
and finally Create Context is Fail...
I Used Qt/Wince 4.5 Version
Does Anyone can help me?