TTkVBoxLayoutπΆοΈ
- class TTkVBoxLayout(*, columnMinWidth: int = 0, rowMinHeight: int = 0, **kwargs)[source]πΆοΈ
Bases:
TTkGridLayoutThe TTkVBoxLayout class lines up widgets vertically
TTkVBoxLayout βββββββββββββββββββββββββββββββ β Widget 1 β βββββββββββββββββββββββββββββββ’ β Widget 2 β βββββββββββββββββββββββββββββββ’ β Widget 3 β βββββββββββββββββββββββββββββββ’ β Widget 4 β βββββββββββββββββββββββββββββββ
SlotsπΆοΈ
MethodsπΆοΈ
Methods Inherited from:
TTkGridLayoutaddItem(item)Add the item to this
TTkGridLayoutaddItems(items)Add the items to this
TTkGridLayoutaddWidget(widget)Add the widget to this
TTkGridLayout, this function usesaddItem()addWidgets(widgets)Add the widgets to this
TTkGridLayout, this function usesaddItem()columnMinWidth()getSizes()gridItems()gridSize()insertColumn(col)insertRow(row)itemAtPosition(row,Β col)maximumColWidth(gridCol)maximumHeight()process the widgets and get the min size
maximumRowHeight(gridRow)maximumWidth()process the widgets and get the min size
minimumColWidth(gridCol)minimumHeight()process the widgets and get the min size
minimumRowHeight(gridRow)minimumWidth()process the widgets and get the min size
removeItem(item)removeItems(items)removeWidget(widget)Remove a widget from this Layout
removeWidgets(widgets)Remove a list of widget from this Layout
repack()replaceItem(item,Β index)rowMinHeight()setColumnMinWidth(cmw)setRowMinHeight(rmh)update(*args,Β **kwargs)Methods Inherited from:
TTkLayoutaddItem(item)Add the item to this
TTkGridLayoutaddItems(items)Add the items to this
TTkGridLayoutaddWidget(widget)Add the widget to this
TTkGridLayout, this function usesaddItem()addWidgets(widgets)Add the widgets to this
TTkGridLayout, this function usesaddItem()children()clear()count()fullWidgetAreaGeometry()insertItem(index,Β item)insertItems(index,Β items)insertWidget(index,Β widget)insertWidgets(index,Β widgets)itemAt(index)iterWidgets([onlyVisible,Β recurse])lowerWidget(widget)parentWidget()raiseWidget(widget)removeItem(item)removeItems(items)removeWidget(widget)Remove a widget from this Layout
removeWidgets(widgets)Remove a list of widget from this Layout
replaceItem(item,Β index)setGeometry(x,Β y,Β w,Β h)setParent(parent)update(*args,Β **kwargs)
TTkVBoxLayout AttributesπΆοΈ
|
|
|
|
|
|
|
|
|
|
|