X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvLabelImageLoaderWidget.h;h=0477ca606a4c5497fab91b5985c6b5b0100a08e3;hb=7799c187328c3c00f84f820adb9341ca632f78ff;hp=1e0d25b0bca687787f19e83ebfeb94bee40faad3;hpb=558ee3aac5989966a5695cf1ab361317bccfcc4a;p=clitk.git diff --git a/vv/vvLabelImageLoaderWidget.h b/vv/vvLabelImageLoaderWidget.h index 1e0d25b..0477ca6 100644 --- a/vv/vvLabelImageLoaderWidget.h +++ b/vv/vvLabelImageLoaderWidget.h @@ -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,7 +23,12 @@ #include "vvImage.h" // qt +#include +#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) #include +#else +#include +#endif #include #include "ui_vvLabelImageLoaderWidget.h" @@ -38,6 +44,7 @@ class vvLabelImageLoaderWidget: public QWidget, private Ui::vvLabelImageLoaderWi vvImage::Pointer GetImage(); double GetBackgroundValue(); + void SetText(QString t); signals: void accepted();