comparison mainwindow.h @ 287:3fbafca196e4 status_outside_tabs

Move work-folder state area outside tabs widget
author Chris Cannam
date Mon, 21 Feb 2011 11:07:21 +0000
parents a68801b31ceb
children d40294e164da
comparison
equal deleted inserted replaced
286:3b0ff2b96c53 287:3fbafca196e4
31 QT_BEGIN_NAMESPACE 31 QT_BEGIN_NAMESPACE
32 class QAction; 32 class QAction;
33 class QMenu; 33 class QMenu;
34 class QTimer; 34 class QTimer;
35 QT_END_NAMESPACE 35 QT_END_NAMESPACE
36
37 class WorkStatusWidget;
36 38
37 class MainWindow : public QMainWindow 39 class MainWindow : public QMainWindow
38 { 40 {
39 Q_OBJECT 41 Q_OBJECT
40 42
147 149
148 void updateFileSystemWatcher(); 150 void updateFileSystemWatcher();
149 void suspendFileSystemWatcher(); 151 void suspendFileSystemWatcher();
150 void restoreFileSystemWatcher(); 152 void restoreFileSystemWatcher();
151 153
154 void updateWorkFolderAndRepoNames();
155
156 WorkStatusWidget *m_workStatus;
152 HgTabWidget *m_hgTabs; 157 HgTabWidget *m_hgTabs;
153 158
154 QString m_remoteRepoPath; 159 QString m_remoteRepoPath;
155 QString m_workFolderPath; 160 QString m_workFolderPath;
156 QString m_currentBranch; 161 QString m_currentBranch;