##// END OF EJS Templates
Removed bug on register navigation with keyboard.
Removed bug on register navigation with keyboard.

File last commit:

r6:7a60353699c8 default
r16:e3a98a04d9ec default
Show More
mainwindow.h
20 lines | 334 B | text/x-c | CLexer
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "peripheralwidget.h"
#include "socregsviewer.h"
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = 0);
~MainWindow();
peripheralWidget* testWidget;
socRegsViewer* socViewer;
};
#endif // MAINWINDOW_H