nukescripts.QVBoxLayout

class nukescripts.QVBoxLayout(self)
class nukescripts.QVBoxLayout(self, parent: PySide2.QtWidgets.QWidget) None

Bases: PySide2.QtWidgets.QBoxLayout

Methods

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) None
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) 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: Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) bool
static connect(arg__1: str, arg__2: Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) bool
static connect(arg__1: str, arg__2: PySide2.QtCore.QObject, arg__3: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) bool
static 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
static connect(sender: PySide2.QtCore.QObject, signal: str, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) PySide2.QtCore.QMetaObject.Connection
static 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
static disconnect(arg__1: PySide2.QtCore.QObject, arg__2: str, arg__3: Callable) bool
static disconnect(arg__1: str, arg__2: Callable) bool
static disconnect(receiver: PySide2.QtCore.QObject, member: str = None) bool
static disconnect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, member: PySide2.QtCore.QMetaMethod) bool
static disconnect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str) bool
static disconnect(signal: str, receiver: PySide2.QtCore.QObject, member: str) bool
disconnectNotify(self, signal: PySide2.QtCore.QMetaMethod)
dumpObjectInfo(self)
dumpObjectTree(self)
dynamicPropertyNames(self) 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) Iterable
findChildren(self, arg__1: type, arg__2: str = '') 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
menuBar(self) PySide2.QtWidgets.QWidget
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) 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) None
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: 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)