Opengl ES with Qt/Wince
-
wrote on 7 Sept 2012, 12:34 last edited by
Hello!
I have Qt 4.8.2 (opensource) compiled by Wince 6.0/Opengl-es and VS2008.
Then build HelloOpengl-es project from Qt examples and deploy it to Wince device, I see some problem....http://doc-snapshot.qt-project.org/4.8/opengl-hellogl-es.html <--- I'm trying to build this project.
And want to see something like this http://www.youtube.com/watch?v=P7XZsNtSoQQ&feature=player_embedded.But 'glwidget' with my dymanic picture is as if stuck to the top left corner of the screen and will not fit in tablebox.
So, I see just a 'glwidget' and HorisontalSlider in the bottom of the screen.in the "main.cpp" I do: mw.showFullScreen();
!!!!!!embarrassed that it is not implemented GLWidget::resizeGL(int width, int height)!!!!!!!!!! does it right?
-
wrote on 7 Sept 2012, 12:52 last edited by
Hello again!
Then I tried to create my wince form look like form from last example, see now a new problem.
I added layout to MainFormWidget and 'glwidget' was added to the layout.
Form is correct. Menu, TableBox, Slider is correct.But!! Place in layout is empty (see desktop). And my 'glwidget' is work in the upper left corner of screen :-(
Look like if he cut... -
wrote on 11 Sept 2012, 06:03 last edited by
Maybe there are some extensions used in Qt doesn't support in your device.
1/3