public:
FilterBar(QWidget* parent = 0);
virtual ~FilterBar();
-
- /** Clears the the input field. */
+
+public slots:
+ /** Clears the input field. */
void clear();
-
+
signals:
/**
* Signal that reports the name filter has been
virtual void showEvent(QShowEvent* event);
virtual void keyReleaseEvent(QKeyEvent* event);
-private slots:
- void emitCloseRequest();
-
private:
QLabel* m_filter;
KLineEdit* m_filterInput;