4 * Copyright 2006 Develer S.r.l. (http://www.develer.com/)
5 * Copyright 2000, 2001 Bernardo Innocenti <bernie@codewiz.org>
6 * This file is part of DevLib - See README.devlib for information.
11 * \author Bernardo Innocenti <bernie@develer.com>
13 * \brief Main Qt window for embedded applications emulator (interface)
18 *#* Revision 1.3 2006/02/20 02:00:39 bernie
21 *#* Revision 1.2 2006/01/16 03:51:51 bernie
24 *#* Revision 1.1 2006/01/16 03:37:12 bernie
25 *#* Add emulator skeleton.
29 #ifndef EMUL_EMULWIN_H
30 #define EMUL_EMULWIN_H
33 #include <qmainwindow.h>
35 #include <QtGui/QMainWindow>
41 class EmulWin : public QMainWindow
47 EmulWin(Emulator *emul);
51 void closeEvent(QCloseEvent *);
57 #endif // EMUL_EMULWIN_H