UltraScan III
us_editor_gui.h
Go to the documentation of this file.
1 #ifndef US_EDITOR_GUI_H
2 #define US_EDITOR_GUI_H
3 
4 #include <QtGui>
5 #include "us_extern.h"
6 #include "us_editor.h"
7 #include "us_widgets_dialog.h"
8 
11 {
12  Q_OBJECT
13 
14  public:
15  US_EditorGui();
16 
19 
20  signals:
21 
22  private:
23 
24  private slots:
25 };
26 #endif