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