qt - How to get network disconnect event in QFtp? -
how network disconnect event in qftp?
currently when network goes in disconnect mode, download goes in pause mode ( not getting event this. ), if connect network after 5 minutes, resumes again, want either stop or give me network disconnected signal/event.
it helpful if can give solution problem.
you can connect slot signal statechanged
. guess state qftp::unconnected
when lose connection.
Comments
Post a Comment