BCESolve
|
Log tab for the BCEViewer. More...
#include <bceloghandler.hpp>
Public Member Functions | |
BCELogHandler () | |
Constructor. | |
QVBoxLayout * | getLayout () const |
Returns a pointer to the log handler's layout. | |
Public Attributes | |
QTextEdit * | logText |
Text edit contained in the log handler. | |
Private Attributes | |
QVBoxLayout * | layout |
Layout for the log handler. | |
Log tab for the BCEViewer.
This class handles the log tab in the viewer. It contains a QTextEdit for displaying log output.