TTkGridLayoutπΆοΈ
- class TTkGridLayout(*, columnMinWidth: int = 0, rowMinHeight: int = 0, **kwargs)[source]πΆοΈ
Bases:
TTkLayout
The grid layout allows an automatic place all the widgets in a grid, <br/> the empty rows/cols are resized to the βrowMinHeight,columnMinWidthβ parameters
TTkGridLayout ββ columnMinWidth βββββββββββ€ββββββββββ€β€ββββββββββ β Widget1 β Widget2 ββ Widget3 β β (0,0) β (0,1) ββ (0,3) β βββββββββββΌββββββββββΌβΌββββββββββ’ β rowMinHeight βββββββββββΌββββββββββΌβΌββββββββββ’ β β Widget4 β ββ β β (2,0) β ββ β βββββββββββΌββββββββββΌβΌββββββββββ’ β β ββ Widget5 β β β ββ (3,3) β βββββββββββ§ββββββββββ§β§ββββββββββ
- Parameters:
columnMinWidth (int) β the minimum width of the column, optional, defaults to 0
rowMinHeight (int) β the minimum height of the column, optional, defaults to 0
SlotsπΆοΈ
MethodsπΆοΈ
Methods Inherited from:
TTkLayout
addItem
(item[, row, col, rowspan, colspan, ...])Add the item to this
TTkGridLayout
addItems
(items[, row, col, rowspan, ...])Add the items to this
TTkGridLayout
addWidget
(widget[, row, col, rowspan, ...])Add the widget to this
TTkGridLayout
, this function usesaddItem()
addWidgets
(widgets[, row, col, rowspan, ...])Add the widgets to this
TTkGridLayout
, this function usesaddItem()
children
()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)
TTkGridLayout AttributesπΆοΈ
|
|
|
|
|
|
|
|
|
|
|