git-svn-id: svn://db.shs.com.ru/libs@681 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-12-11 22:27:44 +00:00
parent ddbffbec40
commit ed7d72e594
3 changed files with 54 additions and 9 deletions

View File

@@ -82,7 +82,6 @@ QGLViewWindow::QGLViewWindow(QWidget * parent): QMainWindow(parent), Ui::QGLView
view->view()->start(-1);
startTimer(1000/60);
connect(view->view(), SIGNAL(selectionChanged()), this, SLOT(selectionChanged()));
connect(view->view(), SIGNAL(keyEvent(Qt::Key, Qt::KeyboardModifiers)), this, SLOT(view_keyEvent(Qt::Key, Qt::KeyboardModifiers)));
//connect(matEditor, SIGNAL(changed()), this, SLOT(materialChanged()));
sceneTree->assignQGLView(view->view());