- enum Direction
- enum ResizeMode
- QVBoxLayout ()
- QVBoxLayout ( QWidget * parent )
- QVBoxLayout ( QLayout * parentLayout )
- ~QVBoxLayout ()
- bool activate ()
- void addChildLayout ( QLayout * l )
- void addChildWidget ( QWidget * w )
- void addItem ( QLayoutItem * item )
- void addLayout ( QLayout * layout, int stretch = 0 )
- void addSpacing ( int size )
- void addStretch ( int stretch = 0 )
- void addStrut ( int size )
- void addWidget ( QWidget * widget, int stretch = 0, Qt::Alignment alignment = 0 )
- Qt::Alignment alignment () const
- QRect alignmentRect ( const QRect & r ) const
- bool blockSignals ( bool block )
- void childEvent ( QChildEvent * event )
- const QObjectList & children () const
- bool connect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member, Qt::ConnectionType type = Qt::AutoConnection )
- bool connect ( const QObject * sender, const char * signal, const char * member, Qt::ConnectionType type = Qt::AutoConnection ) const
- void connectNotify ( const char * signal )
- void customEvent ( QCustomEvent * event )
- void deleteAllItems ()
- void deleteLater ()
- void destroyed ( QObject * obj = 0 )
- Direction direction () const
- bool disconnect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member )
- bool disconnect ( const char * signal = 0, const QObject * receiver = 0, const char * member = 0 )
- bool disconnect ( const QObject * receiver, const char * member = 0 )
- void disconnectNotify ( const char * signal )
- void dumpObjectInfo ()
- void dumpObjectTree ()
- bool event ( QEvent * e )
- bool eventFilter ( QObject * watched, QEvent * e )
- QSizePolicy::ExpandData expanding () const
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- int findWidget ( QWidget * w )
- void freeze ( int w = 0, int h = 0 )
- QRect geometry () const
- bool hasHeightForWidth () const
- int heightForWidth ( int w ) const
- bool inherits ( const char * clname ) const
- void insertItem ( int index, QLayoutItem * item )
- void insertLayout ( int index, QLayout * layout, int stretch = 0 )
- void insertSpacing ( int index, int size )
- void insertStretch ( int index, int stretch = 0 )
- void insertWidget ( int index, QWidget * widget, int stretch = 0, Qt::Alignment alignment = 0 )
- void installEventFilter ( const QObject * filterObj )
|
|