QLayoutItem Class Reference
[QtGui module]
Inherited by QLayout, QSpacerItem and QWidgetItem.
Methods
Detailed Description
Method Documentation
QLayoutItem.__init__ (self, Qt.Alignment alignment = 0)
QLayoutItem.__init__ (self, QLayoutItem)
Qt.Alignment QLayoutItem.alignment (self)
Qt.Orientations QLayoutItem.expandingDirections (self)
This method is abstract and should be reimplemented in any sub-class.
QRect QLayoutItem.geometry (self)
This method is abstract and should be reimplemented in any sub-class.
bool QLayoutItem.hasHeightForWidth (self)
int QLayoutItem.heightForWidth (self, int)
QLayoutItem.invalidate (self)
bool QLayoutItem.isEmpty (self)
This method is abstract and should be reimplemented in any sub-class.
QLayout QLayoutItem.layout (self)
QSize QLayoutItem.maximumSize (self)
This method is abstract and should be reimplemented in any sub-class.
int QLayoutItem.minimumHeightForWidth (self, int)
QSize QLayoutItem.minimumSize (self)
This method is abstract and should be reimplemented in any sub-class.
QLayoutItem.setAlignment (self, Qt.Alignment)
QLayoutItem.setGeometry (self, QRect)
This method is abstract and should be reimplemented in any sub-class.
QSize QLayoutItem.sizeHint (self)
This method is abstract and should be reimplemented in any sub-class.
QSpacerItem QLayoutItem.spacerItem (self)
QWidget QLayoutItem.widget (self)