]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbarpoints.h
Refactored CAD tool bars once more...
[architektonas] / src / forms / cadtoolbarpoints.h
1 #ifndef __CADTOOLBARPOINTS_H__
2 #define __CADTOOLBARPOINTS_H__
3
4 #include <QtGui>
5
6 class CadToolBar;
7
8 class CadToolBarPoints: public QWidget
9 {
10         public:
11                 CadToolBarPoints(CadToolBar * parent, Qt::WindowFlags flags = 0);
12                 ~CadToolBarPoints();
13 };
14
15 #endif  // __CADTOOLBARPOINTS_H__