QTfrontend/vertScrollArea.h
author unc0rr
Sun, 06 Aug 2006 15:48:48 +0000
changeset 97 e7c1df9cce2c
parent 85 44d9045b26ff
child 153 dc10da2a73f9
permissions -rw-r--r--
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data - fix build

#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