X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.cxx;h=5266fc15f236f1490d2d0bc40b00cd6510e4f3c8;hb=19293142fbe7d12bfbaec385e9384a14655c41b8;hp=f5d31815862a6cbb8b00c3b5107a4abf85234635;hpb=f88a1a98fef42a8cf14a8b5c1a7700803bd9c165;p=clitk.git diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index f5d3181..5266fc1 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -322,7 +322,7 @@ vvMainWindow::vvMainWindow():vvMainWindowBase() QTimer * timerMemory = new QTimer(this); //timerMemory->setInterval(5); connect(timerMemory, SIGNAL(timeout()), this, SLOT(UpdateMemoryUsage())); - timerMemory->start(5000); + timerMemory->start(2000); } //------------------------------------------------------------------------------ @@ -331,7 +331,7 @@ vvMainWindow::vvMainWindow():vvMainWindowBase() void vvMainWindow::UpdateMemoryUsage() { // clitk::PrintMemory(true); - infoPanel->setMemoryInMb(QString::number(clitk::GetMemoryUsageInMb())+" Mb"); + infoPanel->setMemoryInMb(QString::number(clitk::GetMemoryUsageInMb())+" MiB"); } //------------------------------------------------------------------------------ @@ -1091,9 +1091,6 @@ void vvMainWindow::ImageInfoChanged() infoPanel->setSpacing(GetVectorDoubleAsString(inputSpacing)); infoPanel->setNPixel(QString::number(NPixel)+" ("+inputSizeInBytes+")"); - infoPanel->setMemoryInMb(QString::number(clitk::GetMemoryUsageInMb())+" Mb"); - - landmarksPanel->SetCurrentLandmarks(mSlicerManagers[index]->GetLandmarks(), mSlicerManagers[index]->GetSlicer(0)->GetImage()->GetVTKImages().size()); landmarksPanel->SetCurrentPath(mInputPathName.toStdString());