first (buggy) version of keyboard usage in qml list
[mdictionary] / src / mdictionary / gui / WordListWidget.h
index 9b293c9..7128410 100644 (file)
@@ -63,6 +63,8 @@ Q_SIGNALS:
     void removeBookmark(QList<Translation*>);
 
     void setWordListState(QVariant state);
+    void setWordListEmpty(QVariant state);
+    void setFocusOnQML();
 
 
 public Q_SLOTS:
@@ -83,6 +85,8 @@ public Q_SLOTS:
 
     void bookmarkModeActive();
 
+    void setFocusOnElement();
+
 protected:
 #ifdef Q_WS_MAEMO_5
     //! Reimplemented standard mouseReleaseEvent to check if user clicked on
@@ -128,7 +132,7 @@ private:
     QHash<QString, QList<Translation*> > searchResult;
     WordListProxyStyle* proxyStyle;
 
-    bool isBookmarkModeActive;
+    bool _isBookmarkModeActive;
 
 #ifndef Q_WS_MAEMO_5
     QVBoxLayout* verticalLayout;