QTfrontend/vertScrollArea.h
author unc0rr
Fri, 15 Sep 2006 13:47:01 +0000
changeset 146 458f4f58c1b6
parent 85 44d9045b26ff
child 153 dc10da2a73f9
permissions -rw-r--r--
- Fix AI not to damage self hedgehogs - Fix checking for winner - main.cpp shouldn't be changed without changing main.cpp.in

#ifndef _VERT_SCROLL_AREA_INCLUDED
#define _VERT_SCROLL_AREA_INCLUDED

#include <QScrollArea>

class VertScrArea : public QScrollArea
{
	Q_OBJECT

public:
	VertScrArea(QColor frameColor, QWidget * parent = 0);

protected:
	virtual void resizeEvent(QResizeEvent * event);
};

#endif // _VERT_SCROLL_AREA_INCLUDED