QLoggingTableModel

Inheritance diagram of QLoggingTableModel
class QLoggingTableModel(capacity=500000, freq=0.25)[source]

Bases: PyQt4.QtCore.QAbstractTableModel, logging.Handler

DftColSize = (<PyQt4.QtCore.QSize object>, <PyQt4.QtCore.QSize object>, <PyQt4.QtCore.QSize object>, <PyQt4.QtCore.QSize object>, <PyQt4.QtCore.QSize object>)
DftFont
close()[source]
columnCount(index=<PyQt4.QtCore.QModelIndex object>)[source]
data(index, role=0)[source]
emit(record)[source]
flush()[source]
getRecord(index)[source]
headerData(section, orientation, role=0)[source]
insertRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object>)[source]
removeRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object>)[source]
rowCount(index=<PyQt4.QtCore.QModelIndex object>)[source]
sort(column, order=0)[source]
timerEvent(evt)[source]
updatePendingRecords()[source]