Mercurial > hg > easyhg
diff src/mainwindow.h @ 554:930462068dcc find
Start experimentally adding Find button/field
author | Chris Cannam |
---|---|
date | Mon, 20 Feb 2012 18:15:53 +0000 |
parents | a220f99f1134 |
children | a1d210c767ab |
line wrap: on
line diff
--- a/src/mainwindow.h Fri Feb 17 10:58:41 2012 +0000 +++ b/src/mainwindow.h Mon Feb 20 18:15:53 2012 +0000 @@ -36,6 +36,7 @@ class WorkStatusWidget; class FsWatcher; +class FindWidget; class MainWindow : public QMainWindow { @@ -46,6 +47,7 @@ protected: void closeEvent(QCloseEvent *event); + void resizeEvent(QResizeEvent *event); public slots: void open(QString local); @@ -180,6 +182,7 @@ WorkStatusWidget *m_workStatus; HgTabWidget *m_hgTabs; + FindWidget *m_findWidget; QString m_remoteRepoPath; QString m_workFolderPath;