X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolCreatorBase.txx;h=fbe8d6fd6ee88e029fc4fb1655306eaa6d1428bc;hb=e6e296da58762731b5ea8bc019fd2741f375b43e;hp=5cd2c506b05d8529a97b844bac30e9c3540464c9;hpb=1e034c70105f0926939acaaa27ddb46e904ae8bf;p=clitk.git diff --git a/vv/vvToolCreatorBase.txx b/vv/vvToolCreatorBase.txx index 5cd2c50..fbe8d6f 100644 --- a/vv/vvToolCreatorBase.txx +++ b/vv/vvToolCreatorBase.txx @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ template void vvToolCreatorBase::CreateTool() @@ -22,7 +22,7 @@ void vvToolCreatorBase::CreateTool() // Get information on the current image mMainWindow->UpdateCurrentSlicer(); // Create the tool - ToolType * tool = new ToolType(mMainWindow); + ToolType * tool = new ToolType(mMainWindow, Qt::Dialog); tool->setSender(mSender); // Put it in the list of open tools mListOfTool.push_back(tool);