BioSignalPi  v2
homepagewidget.h
Go to the documentation of this file.
1 #ifndef HOMEPAGEWIDGET_H
2 #define HOMEPAGEWIDGET_H
3 
4 #include <QWidget>
12 class HomePageWidget : public QWidget
13 {
14  Q_OBJECT
15 
16 public:
17  HomePageWidget(QWidget * = NULL);
18 };
19 
20 #endif // HOMEPAGEWIDGET_H
Startpage for the Biosignal PI software.
HomePageWidget(QWidget *=NULL)