My Project
 All Classes Functions Variables Pages
mbsdialog.h
1 #include <QDialog>
2 #ifndef MBSDIALOG_H
3 #define MBSDIALOG_H
4 
5 class mbsdialog : public QDialog{
6  Q_OBJECT
7 public:
8  mbsdialog();
9 };
10 
11 #endif // MBSDIALOG_H
Definition: mbsdialog.h:5