From d8abf5977c5306a9978b17eaab8961a9bf1d5dc0 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 20 Feb 2012 17:05:57 +0100 Subject: [PATCH] Add image name in labelInfo --- vv/vvToolROIManager.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vv/vvToolROIManager.cxx b/vv/vvToolROIManager.cxx index 8741938..fc95b26 100644 --- a/vv/vvToolROIManager.cxx +++ b/vv/vvToolROIManager.cxx @@ -143,7 +143,10 @@ void vvToolROIManager::InputIsSelected(vvSlicerManager *m) return; } - // Auto diusplay browser to select new contours + // Change gui + mLabelInputInfo->setText(QString("%1").arg(m->GetFileName().c_str())); + + // Auto display browser to select new contours OpenBinaryImage(); } //------------------------------------------------------------------------------ -- 2.47.1