Package schrodinger :: Package Qt :: Module QtWidgets :: Class QBoxLayout
[hide private]
[frames] | no frames]

Class QBoxLayout

                       object --+    
                                |    
                      LayoutMixin --+
                                    |
       object --+                   |
                |                   |
sip.simplewrapper --+               |
                    |               |
          sip.wrapper --+           |
                        |           |
     PyQt4.QtCore.QObject --+       |
                            |       |
       object --+           |       |
                |           |       |
sip.simplewrapper --+       |       |
                    |       |       |
          sip.wrapper --+   |       |
                        |   |       |
  PyQt4.QtGui.QLayoutItem --+       |
                            |       |
          PyQt4.QtGui.QLayout --+   |
                                |   |
           PyQt4.QtGui.QBoxLayout --+
                                    |
                                   QBoxLayout

Nested Classes [hide private]
  __metaclass__

Inherited from PyQt4.QtGui.QBoxLayout: Direction

Inherited from PyQt4.QtGui.QLayout: SizeConstraint

Instance Methods [hide private]

Inherited from LayoutMixin: margin, setMargin

Inherited from PyQt4.QtGui.QBoxLayout: addItem, addLayout, addSpacerItem, addSpacing, addStretch, addStrut, addWidget, count, direction, expandingDirections, hasHeightForWidth, heightForWidth, insertItem, insertLayout, insertSpacerItem, insertSpacing, insertStretch, insertWidget, invalidate, itemAt, maximumSize, minimumHeightForWidth, minimumSize, setDirection, setGeometry, setSpacing, setStretch, setStretchFactor, sizeHint, spacing, stretch, takeAt

Inherited from PyQt4.QtGui.QLayout: __len__, activate, addChildLayout, addChildWidget, alignmentRect, childEvent, closestAcceptableSize, contentsMargins, contentsRect, geometry, getContentsMargins, indexOf, isEmpty, isEnabled, layout, menuBar, parentWidget, removeItem, removeWidget, setAlignment, setContentsMargins, setEnabled, setMenuBar, setSizeConstraint, sizeConstraint, totalHeightForWidth, totalMaximumSize, totalMinimumSize, totalSizeHint, update, widgetEvent

Inherited from PyQt4.QtCore.QObject: __getattr__, blockSignals, children, connect, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, pyqtConfigure, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr, trUtf8

Inherited from PyQt4.QtGui.QLayoutItem: alignment, controlTypes, spacerItem, widget

Inherited from sip.simplewrapper: __init__, __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from PyQt4.QtGui.QBoxLayout: BottomToTop, Down, LeftToRight, RightToLeft, TopToBottom, Up

Inherited from PyQt4.QtGui.QLayout: SetDefaultConstraint, SetFixedSize, SetMaximumSize, SetMinAndMaxSize, SetMinimumSize, SetNoConstraint

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__