QTfrontend/vertScrollArea.h
author unc0rr
Tue, 25 Jul 2006 13:32:11 +0000
changeset 85 44d9045b26ff
parent 63 27e2b5bb6d4b
child 153 dc10da2a73f9
permissions -rw-r--r--
New GameCFGWidget. Now it's possible to set forts mode from ui
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