+ virtual ~SearchTabContainer() {}
+ void setSqlEngine(SqlEngine* sqlEngine) {this->sqlEngine = sqlEngine;}
+ bool searchDialogIsVisible() const;
+ int searchResultCount(const QDate& date) const; ///< returns the number of events found on that specific date
+