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