gtgrid API Documentation

Class Hierarchy

  • PySide6.QtCore.QObject
    • qtgrid.qtgrid.Grid - Interface class for this qtgrid module
  • qtgrid.qtgrid._Cell - _Cell objects are aggregated to _Cells._list, which itself is composed to Grid.cells
  • qtgrid.qtgrid._Cells - Class _Cells aggregates _Cell objects in a simple list
  • qtgrid.qtgrid._ColumnGaps - Serve _Gap's for complete columns
  • qtgrid.qtgrid._Gap - A gap within the layout has a direction and a length. Objects are hold in _Cell.item properties
  • qtgrid.qtgrid._Spans - Serve a list of 2-tuples (coordinates) which are parts of a span
  • qtgrid.qtgrid._WriteHead - The _WriteHead keeps track of internal indices counting in 2 dimensions