X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/bc5d59217a24b25c1b913bec4a41dd026d02720c..refs/heads/master:/InterfacePropertiesDialog.cpp diff --git a/InterfacePropertiesDialog.cpp b/InterfacePropertiesDialog.cpp index cc0a3ad..fb76c71 100644 --- a/InterfacePropertiesDialog.cpp +++ b/InterfacePropertiesDialog.cpp @@ -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("related to clock :"), 7, 0); + layProp->addWidget(new QLabel(inter->refInter->getClockIfaceString()), 7, 1); QHBoxLayout* layBottom = new QHBoxLayout; layBottom->addStretch();