From 07a64546681d1e2ab610e2495d6df79aeca4b74e Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 14 May 2011 12:38:15 -0400 Subject: [PATCH] Store: MobileRead add history to search. --- .../gui2/store/mobileread/store_dialog.py | 1 + .../gui2/store/mobileread/store_dialog.ui | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/mobileread/store_dialog.py b/src/calibre/gui2/store/mobileread/store_dialog.py index af300565aa..7a7b27837d 100644 --- a/src/calibre/gui2/store/mobileread/store_dialog.py +++ b/src/calibre/gui2/store/mobileread/store_dialog.py @@ -20,6 +20,7 @@ class MobeReadStoreDialog(QDialog, Ui_Dialog): self.setupUi(self) self.plugin = plugin + self.search_query.initialize('store_mobileread_search') self.adv_search_button.setIcon(QIcon(I('search.png'))) diff --git a/src/calibre/gui2/store/mobileread/store_dialog.ui b/src/calibre/gui2/store/mobileread/store_dialog.ui index 6d31efab6d..b698352dfd 100644 --- a/src/calibre/gui2/store/mobileread/store_dialog.ui +++ b/src/calibre/gui2/store/mobileread/store_dialog.ui @@ -34,7 +34,14 @@ - + + + + 0 + 0 + + + @@ -107,6 +114,13 @@ + + + HistoryLineEdit + QLineEdit +
widgets.h
+
+