NAME
Qt::Gui::QLayout
PUBLIC METHODS
- QLayout()
- QLayout(QWidget * parent)
- ~QLayout()
- bool activate()
- void addItem(QLayoutItem * arg0)
- void addWidget(QWidget * w)
- static QSize closestAcceptableSize(const QWidget * w, const QSize & s)
- QMargins contentsMargins()
- QRect contentsRect()
- int count()
- QRect geometry()
- void getContentsMargins(int * left, int * top, int * right, int * bottom)
- int indexOf(QWidget * arg0)
- void invalidate()
- bool isEmpty()
- bool isEnabled()
- QLayoutItem * itemAt(int index)
- QLayout * layout()
- int margin()
- QSize maximumSize()
- QSize minimumSize()
- QWidget * parentWidget()
- void removeItem(QLayoutItem * arg0)
- void removeWidget(QWidget * w)
- void setContentsMargins(const QMargins & margins)
- void setContentsMargins(int left, int top, int right, int bottom)
- void setEnabled(bool arg0)
- void setGeometry(const QRect & arg0)
- void setMargin(int arg0)
- void setMenuBar(QWidget * w)
- void setSizeConstraint(QLayout::SizeConstraint arg0)
- void setSpacing(int arg0)
- QLayout::SizeConstraint sizeConstraint()
- int spacing()
- QLayoutItem * takeAt(int index)
- int totalHeightForWidth(int w)
- QSize totalMaximumSize()
- QSize totalMinimumSize()
- QSize totalSizeHint()
- void update()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.