27 #ifndef __TERRALIB_QSCI_CEDITOR_OUTPUTWINDOW_H__    28 #define __TERRALIB_QSCI_CEDITOR_OUTPUTWINDOW_H__    31 #include "../Config.h"    34 #include <QDockWidget>    62       const QTextEdit* getText() 
const;
    68       void redirectOutput();
    81 #endif  // __TERRALIB_QSCI_CEDITOR_OUTPUTWINDOW_H__ A widget to output the script execution.