Qml Javascript Debugger: add a script console widget.

The scriptconsole layout come from the old qmlinspector
This commit is contained in:
Olivier Goffart
2010-08-26 16:02:41 +02:00
parent 95e666e740
commit fc1be8b488
7 changed files with 396 additions and 6 deletions

View File

@@ -77,6 +77,7 @@ const char * const DOCKWIDGET_THREADS = "Debugger.Docks.Threads";
const char * const DOCKWIDGET_WATCHERS = "Debugger.Docks.LocalsAndWatchers";
const char * const DOCKWIDGET_QML_INSPECTOR = "Debugger.Docks.QmlInspector";
const char * const DOCKWIDGET_QML_SCRIPTCONSOLE = "Debugger.Docks.ScriptConsole";
namespace Internal {
enum { debug = 0 };
@@ -170,7 +171,8 @@ enum LogChannel
AppOutput,
AppError,
AppStuff,
StatusBar // LogStatus and also put to the status bar
StatusBar, // LogStatus and also put to the status bar
ScriptConsoleOutput
};
enum ModelRoles