aboutsummaryrefslogtreecommitdiff
path: root/qml/ui.qrc
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-08-07 14:42:32 +0200
committerAdrian Kummerlaender2015-08-07 14:42:32 +0200
commit359c878cbfe97dafad328c748ae744b38a7dbd5b (patch)
treec487d69cf877e576306a72ee13c5b5b8880df4b9 /qml/ui.qrc
parent107f0c94200658476dfd5fe536c57a57daf6eed3 (diff)
downloadMetaTerm-359c878cbfe97dafad328c748ae744b38a7dbd5b.tar
MetaTerm-359c878cbfe97dafad328c748ae744b38a7dbd5b.tar.gz
MetaTerm-359c878cbfe97dafad328c748ae744b38a7dbd5b.tar.bz2
MetaTerm-359c878cbfe97dafad328c748ae744b38a7dbd5b.tar.lz
MetaTerm-359c878cbfe97dafad328c748ae744b38a7dbd5b.tar.xz
MetaTerm-359c878cbfe97dafad328c748ae744b38a7dbd5b.tar.zst
MetaTerm-359c878cbfe97dafad328c748ae744b38a7dbd5b.zip
Implemented basic command mode
Exposes access to the application via JavaScript to the user. This will enable easy configuration changes as well as make more complex commands possible. All JavaScript entered in command mode is evaluated at the application root.
Diffstat (limited to 'qml/ui.qrc')
-rw-r--r--qml/ui.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/ui.qrc b/qml/ui.qrc
index 1bc4c62..ae9e8e7 100644
--- a/qml/ui.qrc
+++ b/qml/ui.qrc
@@ -5,5 +5,6 @@
<file>TerminalItem.qml</file>
<file>EmbeddedTerminal.qml</file>
<file>Highlighter.qml</file>
+ <file>CommandInput.qml</file>
</qresource>
</RCC>