Developer Documentation
AlignMeshesToolbox.hh
1 #ifndef ALIGN_MESHES_TOOLBOX_HH
2 #define ALIGN_MESHES_TOOLBOX_HH
3 
4 #include "ui_AlignMeshesToolbox.hh"
5 #include <QtGui>
6 
7 class AlignMeshesToolbox : public QWidget, public Ui::AlignMeshesToolbox
8 {
9  Q_OBJECT
10 
11  public:
12  AlignMeshesToolbox(QWidget *parent = 0);
13 };
14 
15 #endif // ALIGN_MESHES_TOOLBOX_HH