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 0xb71833c>, <PyQt4.QtGui.QBrush object at 0xb718304>)
DftFont = <PyQt4.QtGui.QFont object at 0xb718374>
DftOddRowBrush = (<PyQt4.QtGui.QBrush object at 0xb7182cc>, <PyQt4.QtGui.QBrush object at 0xb718294>)
close()
columnCount(index=<PyQt4.QtCore.QModelIndex object at 0xb71864c>)
data(index, role=0)
emit(record)
flush()
headerData(section, orientation, role=0)
insertRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object at 0xb718764>)
removeRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object at 0xb7187d4>)
rowCount(index=<PyQt4.QtCore.QModelIndex object at 0xb7185dc>)
sort(column, order=0)
timerEvent(evt)
updatePendingRecords()