From 10158b1e5c3ff64ba827322fda4f42bd87b91c3f Mon Sep 17 00:00:00 2001 From: jakub Date: Tue, 1 Mar 2011 10:46:01 +0100 Subject: [PATCH] add focus in google dialog --- src/mdictionary/qml/GoogleDialog.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mdictionary/qml/GoogleDialog.qml b/src/mdictionary/qml/GoogleDialog.qml index 331bd73..77fef8d 100644 --- a/src/mdictionary/qml/GoogleDialog.qml +++ b/src/mdictionary/qml/GoogleDialog.qml @@ -55,15 +55,10 @@ Rectangle{ } Keys.onTabPressed: { - console.log("tab"); focusIndex++; setFocus(); } - Keys.onPressed: { - console.log("taaaa"); - } - signal saveButtonClicked(string langFrom, string langTo); SystemPalette { -- 1.7.9.5