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

Private GIT Repository
moved vhdl gen. into block
[blast.git] / InterfacePropertiesWindow.cpp
index 419b33e126a07ccb4d87648db8fb74c4323f8756..6999a166e2d16e3e7ff260cbac2025174ec47758 100644 (file)
@@ -21,6 +21,9 @@ InterfacePropertiesWindow::InterfacePropertiesWindow(InterfaceItem *_inter, QWid
   layout->addWidget(new QLabel(inter->refInter->getDirectionString()), 4, 1);
   layout->addWidget(new QLabel("Purpose :"), 5, 0);
   layout->addWidget(new QLabel(inter->refInter->getPurposeString()), 5, 1);  
+  layout->addWidget(new QLabel("Type :"), 6, 0);
+  layout->addWidget(new QLabel(inter->refInter->getTypeString()), 6, 1);
+
   this->setLayout(layout);
 
   show();