Zhenkai Zhu | c5c79b6 | 2012-05-30 15:06:29 -0700 | [diff] [blame] | 1 | #ifndef DIGESTTREEVIEWER_H |
2 | #define DIGESTTREEVIEWER_H | ||||
3 | #include <QtGui/QGraphicsView> | ||||
4 | |||||
5 | class DigestTreeViewer : public QGraphicsView | ||||
6 | { | ||||
7 | Q_OBJECT | ||||
8 | |||||
9 | public: | ||||
10 | DigestTreeViewer(QWidget *parent = 0); | ||||
11 | }; | ||||
12 | |||||
13 | #endif |