nukescripts.QVBoxLayout¶
-
class
nukescripts.
QVBoxLayout
(self)¶ Bases:
PySide2.QtWidgets.QBoxLayout
QVBoxLayout(self, parent: PySide2.QtWidgets.QWidget)
Methods
addWidget(self, w: PySide2.QtWidgets.QWidget)
connect(arg__1: str, arg__2: typing.Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> bool connect(arg__1: str, arg__2: PySide2.QtCore.QObject, arg__3: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> bool connect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, method: PySide2.QtCore.QMetaMethod, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection connect(sender: PySide2.QtCore.QObject, signal: str, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection connect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection
disconnect(arg__1: PySide2.QtCore.QObject, arg__2: str, arg__3: typing.Callable) -> bool disconnect(arg__1: str, arg__2: typing.Callable) -> bool disconnect(receiver: PySide2.QtCore.QObject, member: str = None) -> bool disconnect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, member: PySide2.QtCore.QMetaMethod) -> bool disconnect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str) -> bool disconnect(signal: str, receiver: PySide2.QtCore.QObject, member: str) -> bool
findChildren(self, arg__1: type, arg__2: str = ‘’) -> typing.Iterable
indexOf(self, arg__1: PySide2.QtWidgets.QWidget) -> int
setAlignment(self, l: PySide2.QtWidgets.QLayout, alignment: PySide2.QtCore.Qt.Alignment) -> bool setAlignment(self, w: PySide2.QtWidgets.QWidget, alignment: PySide2.QtCore.Qt.Alignment) -> bool
setContentsMargins(self, margins: PySide2.QtCore.QMargins)
setStretchFactor(self, w: PySide2.QtWidgets.QWidget, stretch: int) -> bool
Attributes
BottomToTop
Down
LeftToRight
RightToLeft
SetDefaultConstraint
SetFixedSize
SetMaximumSize
SetMinAndMaxSize
SetMinimumSize
SetNoConstraint
TopToBottom
Up
align
destroyed
objectNameChanged
staticMetaObject
-
activate
(self) → bool¶
-
addChildLayout
(self, l: PySide2.QtWidgets.QLayout)¶
-
addChildWidget
(self, w: PySide2.QtWidgets.QWidget)¶
-
addItem
(self, arg__1: PySide2.QtWidgets.QLayoutItem)¶
-
addLayout
(self, layout: PySide2.QtWidgets.QLayout, stretch: int = 0)¶
-
addSpacerItem
(self, spacerItem: PySide2.QtWidgets.QSpacerItem)¶
-
addSpacing
(self, size: int)¶
-
addStretch
(self, stretch: int = 0)¶
-
addStrut
(self, arg__1: int)¶
-
addWidget
(self, arg__1: PySide2.QtWidgets.QWidget, stretch: int = 0, alignment: PySide2.QtCore.Qt.Alignment = Default(Qt.Alignment))¶ addWidget(self, w: PySide2.QtWidgets.QWidget)
-
adoptLayout
(self, layout: PySide2.QtWidgets.QLayout) → bool¶
-
alignment
(self) → PySide2.QtCore.Qt.Alignment¶
-
alignmentRect
(self, arg__1: PySide2.QtCore.QRect) → PySide2.QtCore.QRect¶
-
blockSignals
(self, b: bool) → bool¶
-
childEvent
(self, e: PySide2.QtCore.QChildEvent)¶
-
children
(self) → typing.List[PySide2.QtCore.QObject]¶
-
static
closestAcceptableSize
(w: PySide2.QtWidgets.QWidget, s: PySide2.QtCore.QSize) → PySide2.QtCore.QSize¶
-
static
connect
(arg__1: PySide2.QtCore.QObject, arg__2: str, arg__3: typing.Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) → bool¶ connect(arg__1: str, arg__2: typing.Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> bool connect(arg__1: str, arg__2: PySide2.QtCore.QObject, arg__3: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> bool connect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, method: PySide2.QtCore.QMetaMethod, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection connect(sender: PySide2.QtCore.QObject, signal: str, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection connect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection
-
connectNotify
(self, signal: PySide2.QtCore.QMetaMethod)¶
-
contentsMargins
(self) → PySide2.QtCore.QMargins¶
-
contentsRect
(self) → PySide2.QtCore.QRect¶
-
controlTypes
(self) → PySide2.QtWidgets.QSizePolicy.ControlTypes¶
-
count
(self) → int¶
-
customEvent
(self, event: PySide2.QtCore.QEvent)¶
-
deleteLater
(self)¶
-
direction
(self) → PySide2.QtWidgets.QBoxLayout.Direction¶
-
static
disconnect
(arg__1: PySide2.QtCore.QMetaObject.Connection) → bool¶ disconnect(arg__1: PySide2.QtCore.QObject, arg__2: str, arg__3: typing.Callable) -> bool disconnect(arg__1: str, arg__2: typing.Callable) -> bool disconnect(receiver: PySide2.QtCore.QObject, member: str = None) -> bool disconnect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, member: PySide2.QtCore.QMetaMethod) -> bool disconnect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str) -> bool disconnect(signal: str, receiver: PySide2.QtCore.QObject, member: str) -> bool
-
disconnectNotify
(self, signal: PySide2.QtCore.QMetaMethod)¶
-
dumpObjectInfo
(self)¶
-
dumpObjectTree
(self)¶
-
dynamicPropertyNames
(self) → typing.List[PySide2.QtCore.QByteArray]¶
-
emit
(self, arg__1: str, *args) → bool¶
-
event
(self, event: PySide2.QtCore.QEvent) → bool¶
-
eventFilter
(self, watched: PySide2.QtCore.QObject, event: PySide2.QtCore.QEvent) → bool¶
-
expandingDirections
(self) → PySide2.QtCore.Qt.Orientations¶
-
findChild
(self, arg__1: type, arg__2: str = '') → object¶
-
findChildren
(self, arg__1: type, arg__2: PySide2.QtCore.QRegExp) → typing.Iterable¶ findChildren(self, arg__1: type, arg__2: str = ‘’) -> typing.Iterable
-
geometry
(self) → PySide2.QtCore.QRect¶
-
getContentsMargins
(self, left: int, top: int, right: int, bottom: int)¶
-
hasHeightForWidth
(self) → bool¶
-
heightForWidth
(self, arg__1: int) → int¶
-
indexOf
(self, arg__1: PySide2.QtWidgets.QLayoutItem) → int¶ indexOf(self, arg__1: PySide2.QtWidgets.QWidget) -> int
-
inherits
(self, classname: str) → bool¶
-
insertItem
(self, index: int, arg__2: PySide2.QtWidgets.QLayoutItem)¶
-
insertLayout
(self, index: int, layout: PySide2.QtWidgets.QLayout, stretch: int = 0)¶
-
insertSpacerItem
(self, index: int, spacerItem: PySide2.QtWidgets.QSpacerItem)¶
-
insertSpacing
(self, index: int, size: int)¶
-
insertStretch
(self, index: int, stretch: int = 0)¶
-
insertWidget
(self, index: int, widget: PySide2.QtWidgets.QWidget, stretch: int = 0, alignment: PySide2.QtCore.Qt.Alignment = Default(Qt.Alignment))¶
-
installEventFilter
(self, filterObj: PySide2.QtCore.QObject)¶
-
invalidate
(self)¶
-
isEmpty
(self) → bool¶
-
isEnabled
(self) → bool¶
-
isSignalConnected
(self, signal: PySide2.QtCore.QMetaMethod) → bool¶
-
isWidgetType
(self) → bool¶
-
isWindowType
(self) → bool¶
-
itemAt
(self, arg__1: int) → PySide2.QtWidgets.QLayoutItem¶
-
killTimer
(self, id: int)¶
-
layout
(self) → PySide2.QtWidgets.QLayout¶
-
margin
(self) → int¶
-
maximumSize
(self) → PySide2.QtCore.QSize¶
-
metaObject
(self) → PySide2.QtCore.QMetaObject¶
-
minimumHeightForWidth
(self, arg__1: int) → int¶
-
minimumSize
(self) → PySide2.QtCore.QSize¶
-
moveToThread
(self, thread: PySide2.QtCore.QThread)¶
-
objectName
(self) → str¶
-
parent
(self) → PySide2.QtCore.QObject¶
-
parentWidget
(self) → PySide2.QtWidgets.QWidget¶
-
property
(self, name: str) → typing.Any¶
-
receivers
(self, signal: str) → int¶
-
static
registerUserData
() → int¶
-
removeEventFilter
(self, obj: PySide2.QtCore.QObject)¶
-
removeItem
(self, arg__1: PySide2.QtWidgets.QLayoutItem)¶
-
removeWidget
(self, w: PySide2.QtWidgets.QWidget)¶
-
replaceWidget
(self, from_: PySide2.QtWidgets.QWidget, to: PySide2.QtWidgets.QWidget, options: PySide2.QtCore.Qt.FindChildOptions = PySide2.QtCore.Qt.FindChildOption.FindChildrenRecursively) → PySide2.QtWidgets.QLayoutItem¶
-
sender
(self) → PySide2.QtCore.QObject¶
-
senderSignalIndex
(self) → int¶
-
setAlignment
(self, arg__1: PySide2.QtCore.Qt.Alignment)¶ setAlignment(self, l: PySide2.QtWidgets.QLayout, alignment: PySide2.QtCore.Qt.Alignment) -> bool setAlignment(self, w: PySide2.QtWidgets.QWidget, alignment: PySide2.QtCore.Qt.Alignment) -> bool
-
setContentsMargins
(self, left: int, top: int, right: int, bottom: int)¶ setContentsMargins(self, margins: PySide2.QtCore.QMargins)
-
setDirection
(self, arg__1: PySide2.QtWidgets.QBoxLayout.Direction)¶
-
setEnabled
(self, arg__1: bool)¶
-
setGeometry
(self, arg__1: PySide2.QtCore.QRect)¶
-
setMargin
(self, arg__1: int)¶
-
setMenuBar
(self, w: PySide2.QtWidgets.QWidget)¶
-
setObjectName
(self, name: str)¶
-
setParent
(self, parent: PySide2.QtCore.QObject)¶
-
setProperty
(self, name: str, value: typing.Any) → bool¶
-
setSizeConstraint
(self, arg__1: PySide2.QtWidgets.QLayout.SizeConstraint)¶
-
setSpacing
(self, spacing: int)¶
-
setStretch
(self, index: int, stretch: int)¶
-
setStretchFactor
(self, l: PySide2.QtWidgets.QLayout, stretch: int) → bool¶ setStretchFactor(self, w: PySide2.QtWidgets.QWidget, stretch: int) -> bool
-
signalsBlocked
(self) → bool¶
-
sizeConstraint
(self) → PySide2.QtWidgets.QLayout.SizeConstraint¶
-
sizeHint
(self) → PySide2.QtCore.QSize¶
-
spacerItem
(self) → PySide2.QtWidgets.QSpacerItem¶
-
spacing
(self) → int¶
-
startTimer
(self, interval: int, timerType: PySide2.QtCore.Qt.TimerType = PySide2.QtCore.Qt.TimerType.CoarseTimer) → int¶
-
stretch
(self, index: int) → int¶
-
takeAt
(self, arg__1: int) → PySide2.QtWidgets.QLayoutItem¶
-
thread
(self) → PySide2.QtCore.QThread¶
-
timerEvent
(self, event: PySide2.QtCore.QTimerEvent)¶
-
totalHeightForWidth
(self, w: int) → int¶
-
totalMaximumSize
(self) → PySide2.QtCore.QSize¶
-
totalMinimumSize
(self) → PySide2.QtCore.QSize¶
-
totalSizeHint
(self) → PySide2.QtCore.QSize¶
-
tr
(self, arg__1: str, arg__2: str = '', arg__3: int = - 1) → str¶
-
update
(self)¶
-
widget
(self) → PySide2.QtWidgets.QWidget¶
-
widgetEvent
(self, arg__1: PySide2.QtCore.QEvent)¶
-