taurus taurus

Previous topic

QBaseTableWidget

Next topic

QLoggingTableModel

This Page

QLoggingTable

Inheritance diagram of QLoggingTable

class QLoggingTable(parent=None, model=None, designMode=False)

Bases: PyQt4.QtGui.QTableView

DftScrollLock = False

A Qt table that displays the taurus logging messages

autoScroll

Tells wheater the table should scroll automatically to the end each time a record is added or not

classmethod getQtDesignerPluginInfo()
getScrollLock()

Returns wheater or not the scrollLock is active

resetScrollLock()
rowsInserted(index, start, end)

Overwrite of slot rows inserted to do proper resize and scroll to bottom if desired

setScrollLock(scrollLock)

Sets the state for scrollLock