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

Private GIT Repository
finalized analysis with clkconvert + started testbench gen.
[blast.git] / InterfacePropertiesDialog.h
1 #ifndef __INTERFACEPROPERTIESWINDOW_H__
2 #define __INTERFACEPROPERTIESWINDOW_H__
3
4 #include <QtWidgets>
5
6 #include "InterfaceItem.h"
7
8 class InterfacePropertiesDialog : public QDialog {
9
10   Q_OBJECT
11
12 public:
13   InterfacePropertiesDialog(InterfaceItem *_inter, QWidget *parent = 0);
14
15 private:
16
17   QPushButton *okButton;
18   InterfaceItem *inter;
19
20 };
21
22 #endif // INTERFACEPROPERTIESWINDOW_H