Package vqt :: Module basics :: Class HBox
[hide private]
[frames] | no frames]

Class HBox

source code

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

Nested Classes [hide private]

Inherited from PyQt4.QtGui.QBoxLayout: Direction

Inherited from PyQt4.QtGui.QLayout: SizeConstraint

Instance Methods [hide private]
 
__init__(self, *widgets)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

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: activate, addChildLayout, addChildWidget, alignmentRect, childEvent, closestAcceptableSize, contentsMargins, contentsRect, geometry, getContentsMargins, indexOf, isEmpty, isEnabled, layout, margin, menuBar, parentWidget, removeItem, removeWidget, setAlignment, setContentsMargins, setEnabled, setMargin, setMenuBar, setSizeConstraint, sizeConstraint, totalHeightForWidth, totalMaximumSize, totalMinimumSize, totalSizeHint, update, widgetEvent

Inherited from PyQt4.QtCore.QObject: 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, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr, trUtf8

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

Inherited from sip.simplewrapper: __delattr__, __getattribute__, __new__, __setattr__

Inherited from object: __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __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__

Method Details [hide private]

__init__(self, *widgets)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)