From 84f2d6febc9344261dcb59c022f293f4f0de3d9a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 20 Jul 2015 21:02:54 +0200 Subject: Moved UI mode implementation into separate `StateHandler` `ApplicationWindow` doesn't offer QML State support but as this functionality lends itself quite well to the _Vim like_ UI mode paradigm it was moved into a `Item` based component. --- qml/ui.qrc | 1 + 1 file changed, 1 insertion(+) (limited to 'qml/ui.qrc') diff --git a/qml/ui.qrc b/qml/ui.qrc index add7048..2705e7e 100644 --- a/qml/ui.qrc +++ b/qml/ui.qrc @@ -1,6 +1,7 @@ main.qml + StateHandler.qml TerminalItem.qml EmbeddedTerminal.qml -- cgit v1.2.3