diff src/filestatuswidget.h @ 555:a1d210c767ab find

Implement basic search function in both work and history tabs
author Chris Cannam
date Wed, 22 Feb 2012 14:54:30 +0000
parents 7829da6abe97
children d932ce55c364
line wrap: on
line diff
--- a/src/filestatuswidget.h	Mon Feb 20 18:15:53 2012 +0000
+++ b/src/filestatuswidget.h	Wed Feb 22 14:54:30 2012 +0000
@@ -78,6 +78,8 @@
     void clearSelections();
     void updateWidgets();
 
+    void setSearchText(QString text);
+
 private slots:
     void menuActionActivated();
     void itemSelectionChanged();
@@ -104,6 +106,8 @@
     QList<QWidget *> m_boxes;
     QWidget *m_boxesParent;
 
+    QString m_searchText;
+
     void layoutBoxesGridly(int count);
     void layoutBoxesLinearly();
     void setNoModificationsLabelText();