<div dir="ltr"><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font size="3"><font color="#000000"><font face="Calibri">Hi </font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font size="3"><font color="#000000"><font face="Calibri">I want to run QtITK ( taken
from InsightApplications) as I want to do a Qt based Gui for my itk
application. </font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font size="3"><font color="#000000"><font face="Calibri">I used the following
CMakeLists file:</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">PROJECT(myProject)</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">FIND_PACKAGE ( ITK)</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">IF ( ITK_FOUND)</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">INCLUDE( ${USE_ITK_FILE} )</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">ENDIF( ITK_FOUND)</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"># Find QT</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">FIND_PACKAGE( Qt4<span>  
</span>REQUIRED )</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">#INCLUDE( ${QT_USE_FILE} )</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">INCLUDE_DIRECTORIES(</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"><span>  </span>${QT_INCLUDES}</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"><span>  </span>${QT_INCLUDE_DIR}</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"><span>  </span>${QT_QTGUI_INCLUDE_DIR}</font></font></span></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"><span>  </span>${QT_QTCORE_INCLUDE_DIR}</font></font></span></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"><span> 
</span>${CMAKE_CURRENT_BINARY_DIR}</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"><span> 
</span>${CMAKE_CURRENT_SOURCE_DIR}</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"><span>  </span>)</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">LINK_LIBRARIES (QtITK </font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">${ITK_LIBRARIES}<span>  </span></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">${QT_LIBRARIES} </font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">${QT_QTCORE_LIBRARY}</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">${QT_QTGUI_LIBRARY}</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">)</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">SET( QtITK.cpp itkQtProgressBar.cxx qtITK.cxx)</font></font></span></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">SET( QtITK_MOC_SRCS itkQtAdaptor.h itkQtLightIndicator.h)</font></font></span></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">#IF(QT_WRAP_CPP)</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"><span> </span># QT_WRAP_CPP(QtITK
QtITK_SRCS QtITK_MOC_SRCS)</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000">#ENDIF(QT_WRAP_CPP</font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font color="#000000" size="3"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><font size="3"><font color="#000000"><span style="font-family:"Courier New"">ADD_EXECUTABLE( QtITK QtITK.cpp)</span><span lang="EN"></span></font></font></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font color="#000000" size="3" face="Calibri"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font size="3"><font color="#000000"><font face="Calibri">I successfully configured it
using cmake and when I try to build the solution using VS 2008 I got the
following link errors:</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font color="#000000" size="3" face="Calibri"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Warning<span>               </span>1<span>              </span>warning
C4996: 'std::copy': Function call with parameters that may be unsafe - this
call relies on the caller to check that the passed values are correct. To
disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how
to use Visual C++ 'Checked Iterators'<span>                </span>c:\tools\itk_4.4.2\itk_4.4.2\modules\io\imagebase\include\itkImageFileReader.hxx<span>      </span>439<span>         </span>QtITK</font></font></font></span></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Warning<span>               </span>2<span>              </span>warning
C4996: 'std::copy': Function call with parameters that may be unsafe - this
call relies on the caller to check that the passed values are correct. To
disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how
to use Visual C++ 'Checked Iterators'<span>                </span>c:\tools\itk_4.4.2\itk_4.4.2\modules\core\common\include\itkImportImageContainer.hxx<span>        </span>72<span>           </span>QtITK</font></font></font></span></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>3<span>              </span>error
LNK2019: unresolved external symbol "public: void __thiscall
itk::QtProgressBar::Observe(class itk::Object *)"
(?Observe@QtProgressBar@itk@@QAEXPAVObject@2@@Z) referenced in function _main<span>        </span>QtITK.obj<span>                </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>4<span>              </span>error
LNK2019: unresolved external symbol "public: __thiscall
itk::QtProgressBar::QtProgressBar(class QWidget *)" (??0QtProgressBar@itk@@QAE@PAVQWidget@@@Z)
referenced in function _main<span>         </span>QtITK.obj<span>                </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>5<span>              </span>error
LNK2001: unresolved external symbol "public: virtual struct QMetaObject
const * __thiscall itk::QtTranslator::metaObject(void)const "
(?metaObject@QtTranslator@itk@@UBEPBUQMetaObject@@XZ)<span> </span>QtITK.obj<span>                </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>6<span>              </span>error
LNK2001: unresolved external symbol "public: virtual void * __thiscall
itk::QtTranslator::qt_metacast(char const *)"
(?qt_metacast@QtTranslator@itk@@UAEPAXPBD@Z)<span>     </span>QtITK.obj<span>                </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>7<span>              </span>error
LNK2001: unresolved external symbol "public: virtual int __thiscall
itk::QtTranslator::qt_metacall(enum QMetaObject::Call,int,void * *)"
(?qt_metacall@QtTranslator@itk@@UAEHW4Call@QMetaObject@@HPAPAX@Z)<span>             </span>QtITK.obj<span>             </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>8<span>              </span>error
LNK2019: unresolved external symbol "protected: void __thiscall
itk::QtTranslator::Signal(void)" (?Signal@QtTranslator@itk@@IAEXXZ)
referenced in function "public: void __thiscall
itk::QtSignalAdaptor::EmitSignal(void)"
(?EmitSignal@QtSignalAdaptor@itk@@QAEXXZ)<span>              </span>QtITK.obj<span>             </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>9<span>              </span>error
LNK2001: unresolved external symbol "public: virtual struct QMetaObject
const * __thiscall itk::QtLightIndicator::metaObject(void)const "
(?metaObject@QtLightIndicator@itk@@UBEPBUQMetaObject@@XZ)<span>                </span>QtITK.obj<span>             </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>10<span>           </span>error
LNK2001: unresolved external symbol "public: virtual void * __thiscall
itk::QtLightIndicator::qt_metacast(char const *)"
(?qt_metacast@QtLightIndicator@itk@@UAEPAXPBD@Z)<span>      </span>QtITK.obj<span>                </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>11<span>           </span>error
LNK2001: unresolved external symbol "public: virtual int __thiscall
itk::QtLightIndicator::qt_metacall(enum QMetaObject::Call,int,void * *)"
(?qt_metacall@QtLightIndicator@itk@@UAEHW4Call@QMetaObject@@HPAPAX@Z)<span>     </span>QtITK.obj<span>             </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font face="Calibri"><font size="3"><font color="#000000">Error<span>      </span>12<span>           </span>fatal error
LNK1120: 9 unresolved externals<span>         </span>C:\MyCodes\QT_GUI5\Bin\Debug\QtITK.exe<span>    </span>QtITK</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font color="#000000" size="3" face="Calibri"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><font size="3"><font color="#000000"><span lang="EN"><font face="Calibri">Of course I have putt all the files needed in my bin
directory: </font></span><span style="font-family:"Courier New"">itkQtProgressBar.cxx,
itkQtProgressBar.h itkQtAdaptor.h, itkQtLightIndicator.h</span></font></font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Courier New""><font size="3"><font color="#000000"><span> </span></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><div style="margin:0cm 0cm 10pt" class="MsoNormal"><span><font size="3"><font color="#000000"><font face="Calibri">but still got this linking problem. I used  </font></font></font></span><span><span lang="EN"><font size="3"><font color="#000000"><font face="Calibri">qt4.8.5 and itk 4.4.2 version, </font></font></font></span><span lang="EN"><font color="#000000" size="3" face="Calibri"> </font></span><span lang="EN"><font size="3"><font color="#000000"><font face="Calibri">Cmake (2.8.11.2),  VS. 2008. </font></font></font></span></span></div>
<div style="margin:0cm 0cm 10pt" class="MsoNormal"><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font size="3"><font color="#000000"><font face="Calibri">I am using QtITK from InsightApplications-4.4.0.</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font></div><div style="margin:0cm 0cm 10pt" class="MsoNormal"><span><font color="#000000" size="3" face="Calibri"></font></span> </div><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span><font size="3"><font color="#000000"><font face="Calibri">I searched in itk mailing list and I found two messages asking the
same question</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:5pt 0cm;line-height:normal" class="MsoNormal"><span style="font-family:"Times New Roman","serif";font-size:12pt"><font color="#000000">in </font></span><span lang="EN"><a href="http://www.itk.org/pipermail/insight-users/2004-July/009627.html"><span style="color:blue"><font size="3" face="Calibri">http://www.itk.org/pipermail/insight-users/2004-July/009627.html</font></span></a></span></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:5pt 0cm;line-height:normal" class="MsoNormal"><font color="#000000"><span style="font-family:"Times New Roman","serif";font-size:12pt">they
suggest that CMake <span> </span>not wrapping cpp for
Qt.</span><span lang="EN"></span></font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><font face="Calibri"><font size="3"><font color="#000000"><span lang="EN">As you can see in my CMakeLists
file, I already </span>comment out that but still having the same errors.<span lang="EN"></span></font></font></font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font color="#000000" size="3" face="Calibri"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span lang="EN"><font color="#000000" size="3" face="Calibri">In </font><a href="http://www.itk.org/pipermail/insight-users/2005-November/015684.html"><span style="color:blue"><font size="3" face="Calibri">http://www.itk.org/pipermail/insight-users/2005-November/015684.html</font></span></a></span></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><font color="#000000"><span style="font-family:"Times New Roman","serif";font-size:12pt" lang="EN">The author said that </span><span style="font-family:"Times New Roman","serif";font-size:12pt">moc
has not run properly on the appropriate headers (</span><font size="3"><span style="font-family:"Courier New"">itkQtAdaptor.h, itkQtLightIndicator.h</span><span style="font-family:"Times New Roman","serif";font-size:12pt">) so he has done
this manually and the problem is resolved.</span></font></font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 0pt;line-height:normal" class="MsoNormal"><span style="font-family:"Times New Roman","serif";font-size:12pt"><font color="#000000"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span><font size="3"><font color="#000000"><font face="Calibri">I don’t really know the meaning of that and how to do it.</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span><font color="#000000" size="3" face="Calibri"> </font></span></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><font size="3"><font color="#000000"><font face="Calibri"><span>Could you please help as I am really stack in using QT with itk. No application
is running for me. I have already posted my problem with </span><span lang="EN">QtImageViewer and I still waiting or help. </span><span></span></font></font></font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span><font size="3"><font color="#000000"><font face="Calibri">Does anyone have a working application wusing itk and QT…please help.</font></font></font></span></p>
<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin:0cm 0cm 10pt" class="MsoNormal"><span><font size="3"><font color="#000000"><font face="Calibri">Adem.</font></font></font></span></p><font color="#000000" size="3" face="Times New Roman">

</font></div>