QTfrontend/vertScrollArea.h
author displacer
Fri, 15 Sep 2006 15:45:30 +0000
changeset 147 52a3c431db8a
parent 85 44d9045b26ff
child 153 dc10da2a73f9
permissions -rw-r--r--
maximum number of teams and hedgehogs
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
85
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
     1
#ifndef _VERT_SCROLL_AREA_INCLUDED
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
     2
#define _VERT_SCROLL_AREA_INCLUDED
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
     3
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
     4
#include <QScrollArea>
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
     5
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
     6
class VertScrArea : public QScrollArea
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
     7
{
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
     8
	Q_OBJECT
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
     9
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
    10
public:
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
    11
	VertScrArea(QColor frameColor, QWidget * parent = 0);
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
    12
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
    13
protected:
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
    14
	virtual void resizeEvent(QResizeEvent * event);
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
    15
};
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
    16
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 63
diff changeset
    17
#endif // _VERT_SCROLL_AREA_INCLUDED