How strict to be when using Qt framework?

Posted by toffeehoops on Stack Overflow See other posts from Stack Overflow or by toffeehoops
Published on 2010-05-03T15:38:27Z Indexed on 2010/05/03 15:58 UTC
Read the original article Hit count: 329

Filed under:
|

I'm building a Qt application that needs to use libssh, a SSH client library. libssh (understandably) performs its own network connections, however Qt has its own infrastructure for network connections (QTcpSocket etc).

Should I worry about these differences? Should I be trying to make libssh make network connections via QTcpSocket... Or if it works fine on the platforms I'm targeting, is that good enough?

© Stack Overflow or respective owner

Related posts about qt

Related posts about design