00001 #ifndef EXERCISEVIEW_H
00002 #define EXERCISEVIEW_H
00003
00004 #include <QTreeView>
00005
00006 class ExerciseView : public QTreeView
00007 {
00008 Q_OBJECT
00009 public:
00010 ExerciseView(QWidget *parent = 0);
00011 void makeTree();
00012 };
00013
00014 #endif // EXERCISEVIEW_H