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(90, 20), PyQt4.QtCore.QSize(50, 20), PyQt4.QtCore.QSize(90, 20), PyQt4.QtCore.QSize(250, 20), PyQt4.QtCore.QSize(130, 20), PyQt4.QtCore.QSize(90, 20), PyQt4.QtCore.QSize(90, 20))
DftEvenRowBrush = (<PyQt4.QtGui.QBrush object at 0xaa03994>, <PyQt4.QtGui.QBrush object at 0xaa0395c>)
DftFont = <PyQt4.QtGui.QFont object at 0xaa039cc>
DftOddRowBrush = (<PyQt4.QtGui.QBrush object at 0xaa03924>, <PyQt4.QtGui.QBrush object at 0xaa038ec>)
close()
columnCount(index=<PyQt4.QtCore.QModelIndex object at 0xaa03ca4>)
data(index, role=0)
emit(record)
flush()
headerData(section, orientation, role=0)
insertRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object at 0xaa03dbc>)
removeRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object at 0xaa03e2c>)
rowCount(index=<PyQt4.QtCore.QModelIndex object at 0xaa03c34>)
sort(column, order=0)
timerEvent(evt)
updatePendingRecords()