]> Creatis software - clitk.git/blobdiff - vv/vvLabelImageLoaderWidget.h
Merge branch 'clitkImage2Dicom' of https://github.com/open-vv/vv into clitkImage2Dicom
[clitk.git] / vv / vvLabelImageLoaderWidget.h
index 1e0d25b0bca687787f19e83ebfeb94bee40faad3..eadf342cb14812b8edb9554e7e360bb06d299918 100644 (file)
@@ -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,8 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-======================================================================-====*/
+===========================================================================**/
+
 #ifndef VVLABELIMAGELOADERWIDGET_H
 #define VVLABELIMAGELOADERWIDGET_H
 
@@ -22,6 +23,7 @@
 #include "vvImage.h"
 
 // qt
+#include <QtGlobal>
 #include <QtDesigner/QDesignerExportWidget>
 #include <QDialog>
 #include "ui_vvLabelImageLoaderWidget.h"
@@ -38,6 +40,7 @@ class vvLabelImageLoaderWidget: public QWidget, private Ui::vvLabelImageLoaderWi
 
   vvImage::Pointer GetImage();
   double GetBackgroundValue();
+  void SetText(QString t);
   
 signals:
   void accepted();