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

Private GIT Repository
finished testbench generation
[blast.git] / InterfacePropertiesDialog.cpp
index cc0a3ad6231cfbea9d783459fc55c324f007aa87..fb76c71fb379cebcb24096eded1dad5cb7b3c518 100644 (file)
@@ -32,6 +32,8 @@ InterfacePropertiesDialog::InterfacePropertiesDialog(InterfaceItem *_inter, QWid
   layProp->addWidget(new QLabel(inter->refInter->getPurposeString()), 5, 1);
   layProp->addWidget(new QLabel("Type :"), 6, 0);
   layProp->addWidget(new QLabel(inter->refInter->getTypeString()), 6, 1);
   layProp->addWidget(new QLabel(inter->refInter->getPurposeString()), 5, 1);
   layProp->addWidget(new QLabel("Type :"), 6, 0);
   layProp->addWidget(new QLabel(inter->refInter->getTypeString()), 6, 1);
+  layProp->addWidget(new QLabel("related to clock :"), 7, 0);
+  layProp->addWidget(new QLabel(inter->refInter->getClockIfaceString()), 7, 1);
 
   QHBoxLayout* layBottom = new QHBoxLayout;
   layBottom->addStretch();
 
   QHBoxLayout* layBottom = new QHBoxLayout;
   layBottom->addStretch();