##// END OF EJS Templates
WIP
WIP

File last commit:

r1:aca341872bcb default
r1:aca341872bcb default
Show More
mainwindow.h
16 lines | 242 B | text/x-c | CLexer
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "peripheralwidget.h"
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = 0);
~MainWindow();
};
#endif // MAINWINDOW_H