diff src/filestatuswidget.h @ 558:d932ce55c364 find

Remove the single find widget from top, add one to each tab at the bottom instead. (Turns out you don't usually want to search for the same text in both types of widget.) Also provide sensible no-results text.
author Chris Cannam
date Mon, 27 Feb 2012 17:08:26 +0000
parents a1d210c767ab
children 533519ebc0cb
line wrap: on
line diff
--- a/src/filestatuswidget.h	Thu Feb 23 15:28:29 2012 +0000
+++ b/src/filestatuswidget.h	Mon Feb 27 17:08:26 2012 +0000
@@ -29,6 +29,7 @@
 class QPushButton;
 class QFileInfo;
 class QCheckBox;
+class FindWidget;
 
 class FileStatusWidget : public QWidget
 {
@@ -89,6 +90,7 @@
     QString m_localPath;
     QLabel *m_noModificationsLabel;
 
+    FindWidget *m_findWidget;
     QCheckBox *m_showAllFiles;
     
     FileStates m_fileStates;