]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/searchtabcontainer.h
Add .pro.user.* to svn:ignore and remove it in the release target.
[toast/confclerk.git] / src / gui / searchtabcontainer.h
index 80ecd4cf03bb4403abed4da14d1fe1888b9e1aab..6144073602ab0237979b2ef8789745a0a7fce07b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2010 Ixonos Plc.
- * Copyright (C) 2011 Philipp Spitzer, gregor herrmann
+ * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl
  *
  * This file is part of ConfClerk.
  *
@@ -31,6 +31,7 @@ class SearchTabContainer: public TabContainer {
 public:
     SearchTabContainer(QWidget *aParent);
     virtual ~SearchTabContainer() {}
+    bool searchDialogIsVisible() const;
     int searchResultCount(const QDate& date) const; ///< returns the number of events found on that specific date
 
 protected:
@@ -40,7 +41,7 @@ signals:
     void searchResultChanged();
 
 public slots:
-    void showSearchDialog();
+    void showSearchDialog(bool show=true);
 
 private slots:
     void searchButtonClicked();