]> AND Private Git Repository - blast.git/blob - InterfacePropertiesWindow.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
start to include clkdomain converters
[blast.git] / InterfacePropertiesWindow.h
1 #ifndef __INTERFACEPROPERTIESWINDOW_H__
2 #define __INTERFACEPROPERTIESWINDOW_H__
3
4 #include <QtWidgets>
5
6 #include "InterfaceItem.h"
7
8 class InterfacePropertiesWindow : public QWidget
9 {
10     Q_OBJECT
11 public:
12     explicit InterfacePropertiesWindow(InterfaceItem *_inter, QWidget *parent = 0);
13
14 private:
15     QGridLayout *layout;
16     InterfaceItem *inter;
17
18
19
20 };
21
22 #endif // INTERFACEPROPERTIESWINDOW_H