X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvInfoPanel.cxx;h=2a4d1032b531c34c8fa2f39b3ed7836801e0697c;hb=HEAD;hp=e8d3ba8187718616c917a166ae14e7e5476f4654;hpb=274bf49f4b2781c521ddc04c0fc77ac43f2f2b82;p=clitk.git diff --git a/vv/vvInfoPanel.cxx b/vv/vvInfoPanel.cxx index e8d3ba8..2a4d103 100644 --- a/vv/vvInfoPanel.cxx +++ b/vv/vvInfoPanel.cxx @@ -29,6 +29,9 @@ vvInfoPanel::vvInfoPanel(QWidget * parent):QWidget(parent) #if CLITK_MEMORY_INFO==0 memoryUsageLabel->hide(); #endif + QFont font = transformationLabel->font(); + font.setStyleHint(QFont::TypeWriter); + transformationLabel->setFont(font); } //------------------------------------------------------------------------------ @@ -49,6 +52,10 @@ void vvInfoPanel::setFileName(QString text) } //------------------------------------------------------------------------------ +void vvInfoPanel::setImageCreationTime(QString text) +{ + creationTimeLabel->setText(text); +} //------------------------------------------------------------------------------ void vvInfoPanel::setDimension(QString text)