Is there a way to implement OnReady() callback in Qt4?

Posted by lilo on Stack Overflow See other posts from Stack Overflow or by lilo
Published on 2010-05-02T08:48:04Z Indexed on 2010/05/02 8:57 UTC
Read the original article Hit count: 170

Filed under:
|
|

I want to do something which will access network when a QMainWindow is ready.
I suppose I should not do it in the constructor, so I try to find a signal the widget will get and try to implement something like a OnReady() call back in other UI library. But I still can not find a way to do this.
Thanks a lot in advance.

© Stack Overflow or respective owner

Related posts about qt

Related posts about c++