QAbstractScrollAreaWidget Class Reference

Inheritance diagram for QAbstractScrollAreaWidget:

Inheritance graph
[legend]
Collaboration diagram for QAbstractScrollAreaWidget:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 87 of file q3scrollview.cpp.

Public Member Functions

 QAbstractScrollAreaWidget (Q3ScrollView *parent=0, const char *name=0, Qt::WindowFlags f=0)


Constructor & Destructor Documentation

QAbstractScrollAreaWidget::QAbstractScrollAreaWidget ( Q3ScrollView parent = 0,
const char *  name = 0,
Qt::WindowFlags  f = 0 
) [inline]

Definition at line 92 of file q3scrollview.cpp.

References QWidget::setAutoFillBackground().

00093         : QWidget(parent, name, f)
00094     {
00095         setAutoFillBackground(true);
00096     }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Thu Mar 15 16:43:16 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1