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();