Module implementing the log viewer widget and the log widget.
LogViewer | Class to provide a widget for displaying logging information. |
LogWidget | Class providing a specialized text edit for displaying logging information. |
None |
Class to provide a widget for displaying logging information.
LogViewer | Constructor |
__handleClear | Private slot to handle the clear tab menu entry. |
__handleCopy | Private slot to handle the copy tab menu entry. |
__handleSelectAll | Private slot to handle the select all tab menu entry. |
__handleShowContextMenu | Private slot to show the tab context menu. |
appendToStderr | Public slot to appand text to the "stderr" tab. |
appendToStdout | Public slot to appand text to the "stdout" tab. |
showLogTab | Public method to show a particular Log-Viewer tab. |
Constructor
Private slot to handle the clear tab menu entry.
Private slot to handle the copy tab menu entry.
Private slot to handle the select all tab menu entry.
Private slot to show the tab context menu.
Public slot to appand text to the "stderr" tab.
Public slot to appand text to the "stdout" tab.
Public method to show a particular Log-Viewer tab.
Class providing a specialized text edit for displaying logging information.
LogWidget | Constructor |
__handleShowContextMenu | Private slot to show the context menu. |
appendText | Public method to append text to the end. |
Constructor
Private slot to show the context menu.
Public method to append text to the end.