Example #1
0
void OpenGLWidgetRenderer::showEvent(QShowEvent *)
{
    onShowEvent();
}
Example #2
0
void GLWidgetRenderer2::showEvent(QShowEvent *)
{
    onShowEvent();
    resizeGL(width(), height());
}
Example #3
0
void GLWidgetRenderer2::showEvent(QShowEvent *)
{
    onShowEvent();
}