/*
* Copyright (C) 2010 Ixonos Plc.
- * Copyright (C) 2011 Philipp Spitzer, gregor herrmann
+ * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann
*
* This file is part of ConfClerk.
*
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:
void searchResultChanged();
public slots:
- void showSearchDialog();
+ void showSearchDialog(bool show=true);
private slots:
void searchButtonClicked();