author | displacer |
Fri, 24 Feb 2006 16:06:12 +0000 | |
changeset 63 | 27e2b5bb6d4b |
child 85 | 44d9045b26ff |
permissions | -rw-r--r-- |
63 | 1 |
#ifndef _VERT_SCROLL_AREA_INCLUDED |
2 |
#define _VERT_SCROLL_AREA_INCLUDED |
|
3 |
||
4 |
#include <QScrollArea> |
|
5 |
||
6 |
class VertScrArea : public QScrollArea |
|
7 |
{ |
|
8 |
Q_OBJECT |
|
9 |
||
10 |
public: |
|
11 |
VertScrArea(QColor frameColor, QWidget * parent = 0); |
|
12 |
||
13 |
protected: |
|
14 |
virtual void resizeEvent(QResizeEvent * event); |
|
15 |
}; |
|
16 |
||
17 |
#endif // _VERT_SCROLL_AREA_INCLUDED |