column

class camelot.admin.column.ColumnGroup(verbose_name, columns, icon=None)

A group of columns to be displayed in a table view :param verbose_name: the text to be displayed in the tab widget of the

column group
Parameters:
  • columns – a list of fields to display within this column group
  • icon – a camelot.view.art.Icon object
class camelot.admin.column.ColumnGroups(groups)

A list of column groups :param groups: a list of column groups

render(item_view, parent=None)

Create a tab widget that allows the user to switch between column groups. :param item_view: a QtGui.QAbstractItemView object. :param parent: a QtGui.QWidget object

This Page