-
- Downloads
use QOpenGLWindow instead of QOpenGLWidget
Reason for that is that the latter does not support stereo rendering. Two features have been removed in the process: - CopyToClipboard: copy the current selection on the screen to the clipboard. In the current implementation, this was broken anyway and did nothing. - QGesture Support: Requires further investigation whether we need that anywhere. Maybe DTB...
Showing
- modules/gui/src/gl_canvas.cc 97 additions, 275 deletionsmodules/gui/src/gl_canvas.cc
- modules/gui/src/gl_canvas.hh 26 additions, 53 deletionsmodules/gui/src/gl_canvas.hh
- modules/gui/src/gl_win.cc 41 additions, 73 deletionsmodules/gui/src/gl_win.cc
- modules/gui/src/gl_win.hh 10 additions, 22 deletionsmodules/gui/src/gl_win.hh
Loading
Please register or sign in to comment