From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/opengl/texture/globjwin.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 examples/opengl/texture/globjwin.h (limited to 'examples/opengl/texture/globjwin.h') diff --git a/examples/opengl/texture/globjwin.h b/examples/opengl/texture/globjwin.h new file mode 100644 index 0000000..68fa233 --- /dev/null +++ b/examples/opengl/texture/globjwin.h @@ -0,0 +1,32 @@ +/**************************************************************************** +** +** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved. +** +** This file is part of an example program for Qt. This example +** program may be used, distributed and modified without limitation. +** +*****************************************************************************/ + +/**************************************************************************** +** +** The GLObjectWindow contains a GLBox and three sliders connected to +** the GLBox's rotation slots. +** +****************************************************************************/ + +#ifndef GLOBJWIN_H +#define GLOBJWIN_H + +#include + + +class GLObjectWindow : public QWidget +{ + Q_OBJECT +public: + GLObjectWindow( QWidget* parent = 0, const char* name = 0 ); + +}; + + +#endif // GLOBJWIN_H -- cgit v1.2.3