This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
76312d7786fdb6e37de087e76ca347234ca15607
qt-creator
/
src
/
plugins
/
qmljstools
/
qmljstools.qrc
6 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ScriptConsole: Move from Debugger to QmlJSTools The console is now a part of qmljstools plugin. The console appears as an output pane. A dummy QScriptEngine evaluates expressions when a declarative debug session is not in progress. During a debug session, the expressions are evaluated by the debug services. Task-Number: QTCREATORBUG-7402 Change-Id: Ic2eeac44fb335c706be03b89f8672b0356efe984 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
2012-10-04 14:54:59 +02:00
<RCC>
<qresource prefix="/qmljstools">
QmlJsTools: Move category_qml from Core to QmlJsTools It is qml specific, and only used in qml plugins. Alsoe, SETTINGS_CATEGORY_QML_ICON was defined in qmldesignerconstants.h and other plugins included that header. This contradicts the plugin dependecies too much. Change-Id: I76f31cd01bc9c02faf914051cae8bac7d7bac659 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
2014-06-02 16:50:01 +02:00
<file>images/category_qml.png</file>
ScriptConsole: Move from Debugger to QmlJSTools The console is now a part of qmljstools plugin. The console appears as an output pane. A dummy QScriptEngine evaluates expressions when a declarative debug session is not in progress. During a debug session, the expressions are evaluated by the debug services. Task-Number: QTCREATORBUG-7402 Change-Id: Ic2eeac44fb335c706be03b89f8672b0356efe984 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
2012-10-04 14:54:59 +02:00
</qresource>
</RCC>
Copy Permalink