

Definition at line 87 of file q3scrollview.cpp.
Public Member Functions | |
| QAbstractScrollAreaWidget (Q3ScrollView *parent=0, const char *name=0, Qt::WindowFlags f=0) | |
| 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:

1.5.1