Inherits QAbstractTableModel.
Definition at line 7 of file table.py.
def __init__ |
( |
|
self, |
|
|
|
table, |
|
|
|
parent = None |
|
) |
| |
def columnCount |
( |
|
self, |
|
|
|
index |
|
) |
| |
def data |
( |
|
self, |
|
|
|
index, |
|
|
|
role |
|
) |
| |
def headerData |
( |
|
self, |
|
|
|
section, |
|
|
|
orientation, |
|
|
|
role |
|
) |
| |
def rowCount |
( |
|
self, |
|
|
|
index |
|
) |
| |
def sort |
( |
|
self, |
|
|
|
column, |
|
|
|
order |
|
) |
| |
The documentation for this class was generated from the following file:
- stage/lib64/python2.7/site-packages/ost/gui/table.py