taurus taurus

Previous topic

QLoggingTable

Next topic

QLoggingWidget

This Page

QLoggingTableModel

Inheritance diagram of QLoggingTableModel

class QLoggingTableModel(capacity=500000, freq=0.25)

Bases: PyQt4.QtCore.QAbstractTableModel, logging.Handler

DftColSize = (PyQt4.QtCore.QSize(80, 20), PyQt4.QtCore.QSize(200, 20), PyQt4.QtCore.QSize(300, 20), PyQt4.QtCore.QSize(180, 20), PyQt4.QtCore.QSize(240, 20))
DftFont = <PyQt4.QtGui.QFont object at 0xeb9ea33c>
close()
columnCount(index=<PyQt4.QtCore.QModelIndex object at 0xeb9ea56c>)
data(index, role=0)
emit(record)
flush()
getRecord(index)
headerData(section, orientation, role=0)
insertRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object at 0xeb9ea6bc>)
removeRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object at 0xeb9ea72c>)
rowCount(index=<PyQt4.QtCore.QModelIndex object at 0xeb9ea4fc>)
sort(column, order=0)
timerEvent(evt)
updatePendingRecords()