00001 #ifndef IGUANA_STUDIO_IG_QT_SCROLL_VIEW_H
00002 # define IGUANA_STUDIO_IG_QT_SCROLL_VIEW_H
00003
00004
00005
00006 # include "Iguana/Studio/interface/config.h"
00007 # include <qscrollview.h>
00008
00009
00010
00011
00012
00013
00014
00015
00016 class IGUANA_STUDIO_API IgQtScrollView : public QScrollView
00017 {
00018 Q_OBJECT
00019 public:
00020 IgQtScrollView (QWidget * parent = 0, const char * name = 0, WFlags f = 0);
00021
00022
00023
00024
00025 protected:
00026 void resizeEvent (QResizeEvent *e);
00027 };
00028
00029
00030
00031
00032 #endif // IGUANA_STUDIO_IG_QT_SCROLL_VIEW_H