osgQt icon indicating copy to clipboard operation
osgQt copied to clipboard

OsgQOpenGLWidget will not start properly after it is placed in the QT layout and setContentsMargins is set.

Open mirro187 opened this issue 4 years ago • 0 comments

pOsgW = new osgQOpenGLWidget; layout = new QGridLayout(this); layout->setContentsMargins(0,0,0,0); layout->addWidget(pOsgW,0,0,100,100); QObject::connect(pOsgW,&osgQOpenGLWidget::initialized,[this] [ ............ return 0; ]);

mirro187 avatar Aug 21 '20 02:08 mirro187