[IGSTK-Users] Is there any method in Qt that is equivalent to FL::wait()

zhao lian knife.fe at gmail.com
Thu Aug 18 01:13:44 EDT 2011


Hello all

I am lianzhao, a developer from China.
I am new to IGSTK and QT.
I am implementing HelloWorld of IGSTK sample with QT.
Consider the following code in HelloWorld.cxx


  while( !m_GUI->HasQuitted() )
    {
    Fl::wait(0.001);
    ...

    }



Is there any method in Qt that is equivalent to FL:wait()?


I can not rotate the cylinder without this line.


Thanks a lot


Best Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/igstk-users/attachments/20110818/80ef55eb/attachment.html>


More information about the IGSTK-Users mailing list