35 #ifndef ANATOMIST_WINDOW_GLCONTEXT_H
36 #define ANATOMIST_WINDOW_GLCONTEXT_H
40 #if QT_VERSION < 0x060000
42 #include <QtOpenGL/QGLWidget>
51 GLWidget( QWidget* parent=0,
const char* name=0,
52 const QGLWidget* shareWidget = 0,
53 Qt::WindowFlags f=Qt::WindowFlags() );
54 GLWidget(
const QGLFormat& format, QWidget* parent=0,
const char* name=0,
55 const QGLWidget* shareWidget = 0,
56 Qt::WindowFlags f=Qt::WindowFlags() );