labscript_utils.qtwidgets.toolpalette.ToolPaletteGroup

class labscript_utils.qtwidgets.toolpalette.ToolPaletteGroup(*args, **kwargs)[source]

Bases: QVBoxLayout

__init__(*args, **kwargs)[source]

Methods

__init__(*args, **kwargs)

activate(self)

addChildLayout(self, l)

addChildWidget(self, w)

addItem(self, a0)

addLayout(self, layout[, stretch])

addSpacerItem(self, spacerItem)

addSpacing(self, size)

addStretch(self[, stretch])

addStrut(self, a0)

addWidget(self, a0[, stretch, alignment])

add_to_linked_width_group(width_group_name, name)

alignment(self)

alignmentRect(self, a0)

append_new_palette(name, *args, **kwargs)

blockSignals(self, b)

childEvent(self, e)

children(self)

closestAcceptableSize(w, s)

connectNotify(self, signal)

contentsMargins(self)

contentsRect(self)

controlTypes(self)

count(self)

create_linked_width_group(width_group_name, ...)

customEvent(self, a0)

deleteLater(self)

direction(self)

disconnect(-> bool)

disconnectNotify(self, signal)

dumpObjectInfo(self)

dumpObjectTree(self)

dynamicPropertyNames(self)

event(self, a0)

eventFilter(self, a0, a1)

expandingDirections(self)

findChild(-> QObjectT)

findChildren(...)

geometry(self)

getContentsMargins(self)

get_index_from_name(name)

get_name_from_index(index)

get_palette(name)

get_palette_by_index(index)

hasHeightForWidth(self)

has_palette(name)

heightForWidth(self, a0)

hide_palette(name)

hide_palette_by_index(index)

indexOf(-> int)

inherits(self, classname)

insertItem(self, index, a1)

insertLayout(self, index, layout[, stretch])

insertSpacerItem(self, index, spacerItem)

insertSpacing(self, index, size)

insertStretch(self, index[, stretch])

insertWidget(self, index, widget[, stretch, ...])

insert_new_palette(index, name, *args, **kwargs)

installEventFilter(self, a0)

invalidate(self)

isEmpty(self)

isEnabled(self)

isSignalConnected(self, signal)

isWidgetType(self)

isWindowType(self)

itemAt(self, a0)

killTimer(self, id)

layout(self)

maximumSize(self)

menuBar(self)

metaObject(self)

minimumHeightForWidth(self, a0)

minimumSize(self)

moveToThread(self, thread)

objectName(self)

parent(self)

parentWidget(self)

property(self, name)

pyqtConfigure(...)

Each keyword argument is either the name of a Qt property or a Qt signal.

receivers(self, signal)

remove(name)

removeEventFilter(self, a0)

removeItem(self, a0)

removeWidget(self, w)

remove_by_index(index)

remove_from_linked_width_group(...)

reorder_palette(name, new_index)

reorder_palette_by_index(old_index, new_index)

replaceWidget(self, from_, to[, options])

sender(self)

senderSignalIndex(self)

setAlignment(-> bool  -> bool)

setContentsMargins()

setDirection(self, a0)

setEnabled(self, a0)

setGeometry(self, a0)

setMenuBar(self, w)

setObjectName(self, name)

setParent(self, a0)

setProperty(self, name, value)

setSizeConstraint(self, a0)

setSpacing(self, spacing)

setStretch(self, index, stretch)

setStretchFactor(-> bool)

show_palette(name)

show_palette_by_index(index)

signalsBlocked(self)

sizeConstraint(self)

sizeHint(self)

spacerItem(self)

spacing(self)

startTimer(self, interval[, timerType])

stretch(self, index)

takeAt(self, a0)

thread(self)

timerEvent(self, a0)

totalHeightForWidth(self, w)

totalMaximumSize(self)

totalMinimumSize(self)

totalSizeHint(self)

tr(self, sourceText[, disambiguation, n])

update(self)

widget(self)

widgetEvent(self, a0)

Attributes

BottomToTop

Down

LeftToRight

RightToLeft

SetDefaultConstraint

SetFixedSize

SetMaximumSize

SetMinAndMaxSize

SetMinimumSize

SetNoConstraint

TopToBottom

Up

destroyed

int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL

objectNameChanged

int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL

staticMetaObject

widths_linked

add_to_linked_width_group(width_group_name, name)[source]
append_new_palette(name, *args, **kwargs)[source]
create_linked_width_group(width_group_name, names)[source]
get_index_from_name(name)[source]
get_name_from_index(index)[source]
get_palette(name)[source]
get_palette_by_index(index)[source]
has_palette(name)[source]
hide_palette(name)[source]
hide_palette_by_index(index)[source]
insert_new_palette(index, name, *args, **kwargs)[source]
remove(name)[source]
remove_by_index(index)[source]
remove_from_linked_width_group(width_group_name, name)[source]
reorder_palette(name, new_index)[source]
reorder_palette_by_index(old_index, new_index)[source]
show_palette(name)[source]
show_palette_by_index(index)[source]
property widths_linked