Source Code (Use browser search to find items of interest.)

Class Index

qt'QVBox (./qt-2.1.0/src/widgets/qvbox.h:33)

class Q_EXPORT QVBox : public QHBox
{
    Q_OBJECT
public:
    QVBox( QWidget *parent=0, const char *name=0, WFlags f=0,  bool allowLines=TRUE );
private:	// Disabled copy constructor and operator=
#if defined(Q_DISABLE_COPY)
    QVBox( const QVBox & );
    QVBox& operator=( const QVBox & );
#endif
};

qt'QVBox::QVBox() (./qt-2.1.0/src/widgets/qvbox.cpp:48)

QVBox::QVBox( QWidget *parent, const char *name, WFlags f, bool allowLines )
    :QHBox( FALSE, parent, name, f, allowLines )
{
}