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 0xbbb06f4>, <PyQt4.QtGui.QBrush object at 0xbbb06bc>)
DftFont = <PyQt4.QtGui.QFont object at 0xbbb072c>
DftOddRowBrush = (<PyQt4.QtGui.QBrush object at 0xbbb0684>, <PyQt4.QtGui.QBrush object at 0xbbb064c>)
close()
columnCount(index=<PyQt4.QtCore.QModelIndex object at 0xbbb0a04>)
data(index, role=0)
emit(record)
flush()
headerData(section, orientation, role=0)
insertRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object at 0xbbb0b1c>)
removeRows(position, rows=1, index=<PyQt4.QtCore.QModelIndex object at 0xbbb0b8c>)
rowCount(index=<PyQt4.QtCore.QModelIndex object at 0xbbb0994>)
sort(column, order=0)
timerEvent(evt)
updatePendingRecords()