2 // cpubrowser.h: Jaguar CPU browser
5 // (C) 2012 Underground Software
8 #ifndef __CPUBROWSER_H__
9 #define __CPUBROWSER_H__
14 class CPUBrowserWindow: public QWidget
19 CPUBrowserWindow(QWidget * parent = 0);
23 // void DefineAllKeys(void);
24 void RefreshContents(void);
27 void keyPressEvent(QKeyEvent *);
31 // QTextBrowser * text;
33 QPushButton * refresh;
38 #endif // __CPUBROWSER_H__