comparison hgexpwidget.h @ 88:c5e34ed5b791

* Start work on new file-status widget
author Chris Cannam
date Tue, 23 Nov 2010 11:33:15 +0000
parents 89f793fbedda
children b43355c2473a
comparison
equal deleted inserted replaced
87:a7904378ac6a 88:c5e34ed5b791
26 #include <QListWidget> 26 #include <QListWidget>
27 #include <QGroupBox> 27 #include <QGroupBox>
28 #include <QVBoxLayout> 28 #include <QVBoxLayout>
29 #include <QCheckBox> 29 #include <QCheckBox>
30 #include <QLabel> 30 #include <QLabel>
31 31 #include <QTabWidget>
32 32
33 #define NUM_STAT_FILE_TYPES 7 33 #define NUM_STAT_FILE_TYPES 7
34
35 class FileStatusWidget;
34 36
35 37
36 class HgExpWidget: public QTabWidget 38 class HgExpWidget: public QTabWidget
37 { 39 {
38 Q_OBJECT 40 Q_OBJECT
63 65
64 private slots: 66 private slots:
65 void copyComment(); 67 void copyComment();
66 68
67 private: 69 private:
70 FileStatusWidget *fileStatusWidget;
71
68 QGroupBox *grpRemoteRepo; 72 QGroupBox *grpRemoteRepo;
69 QWidget *workPageWidget; 73 QWidget *workPageWidget;
70 QWidget *historyGraphPageWidget; 74 QWidget *historyGraphPageWidget;
71 QWidget *historyGraphWidget; 75 QWidget *historyGraphWidget;
72 QWidget *historyGraphPanner; 76 QWidget *historyGraphPanner;