![]() |
Chrono-Cross
0.8
BTS SN-IR La Salle Avignon 2018
|
00001 #ifndef IHMRASPBERRY_H 00002 #define IHMRASPBERRY_H 00003 00018 #include <QMainWindow> 00019 00020 namespace Ui { 00021 class IHMRaspberry; 00022 } 00023 00024 class IHMRaspberry : public QMainWindow 00025 { 00026 Q_OBJECT 00027 00028 public: 00029 explicit IHMRaspberry(QWidget *parent = 0); 00030 ~IHMRaspberry(); 00031 00032 private: 00033 Ui::IHMRaspberry *ui; 00034 }; 00035 00036 #endif // IHMRASPBERRY_H