OSDN Git Service

[VM][Qt] Add SANYOPHC-20, PHC-25 and SEIKO MAP-1010 .
[csp-qt/common_source_project-fm7.git] / source / src / qt / phc20 / menuclasses.h
1
2
3
4 #ifndef _CSP_QT_MENUCLASSES_H
5 #define _CSP_QT_MENUCLASSES_H
6
7 #include "emu.h"
8 #include "mainwidget.h"
9 // This extends class CSP_MainWindow as Ui_MainWindow.
10 // You may use this as 
11 QT_BEGIN_NAMESPACE
12
13 class Ui_MainWindow;
14
15 class META_MainWindow : public Ui_MainWindow {
16         Q_OBJECT
17  protected:
18         void setupUI_Emu(void);
19         void retranslateUi(void);
20   
21  public:
22         META_MainWindow(QWidget *parent = 0);
23         ~META_MainWindow();
24 public slots:
25
26 };
27
28 QT_END_NAMESPACE
29
30 #endif // END