NAME
Qt::Gui::QGraphicsGridLayout
PUBLIC METHODS
- QGraphicsGridLayout(QGraphicsLayoutItem * parent = 0)
- QGraphicsGridLayout(QGraphicsLayoutItem * parent)
- ~QGraphicsGridLayout()
- int columnCount()
- qreal columnMaximumWidth(int column)
- qreal columnMinimumWidth(int column)
- qreal columnPreferredWidth(int column)
- qreal columnSpacing(int column)
- int columnStretchFactor(int column)
- int count()
- qreal horizontalSpacing()
- void invalidate()
- QGraphicsLayoutItem * itemAt(int index)
- QGraphicsLayoutItem * itemAt(int row, int column)
- void removeAt(int index)
- int rowCount()
- qreal rowMaximumHeight(int row)
- qreal rowMinimumHeight(int row)
- qreal rowPreferredHeight(int row)
- qreal rowSpacing(int row)
- int rowStretchFactor(int row)
- void setColumnFixedWidth(int column, qreal width)
- void setColumnMaximumWidth(int column, qreal width)
- void setColumnMinimumWidth(int column, qreal width)
- void setColumnPreferredWidth(int column, qreal width)
- void setColumnSpacing(int column, qreal spacing)
- void setColumnStretchFactor(int column, int stretch)
- void setGeometry(const QRectF & rect)
- void setHorizontalSpacing(qreal spacing)
- void setRowFixedHeight(int row, qreal height)
- void setRowMaximumHeight(int row, qreal height)
- void setRowMinimumHeight(int row, qreal height)
- void setRowPreferredHeight(int row, qreal height)
- void setRowSpacing(int row, qreal spacing)
- void setRowStretchFactor(int row, int stretch)
- void setSpacing(qreal spacing)
- void setVerticalSpacing(qreal spacing)
- QSizeF sizeHint(Qt::SizeHint which, const QSizeF & constraint = QSizeF())
- QSizeF sizeHint(Qt::SizeHint which, const QSizeF & constraint)
- qreal verticalSpacing()
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.