PDA

View Full Version : Socket Error



chethana
16th March 2009, 08:25
Hi All,

I am using Qt 4.4 and working in Linux platform , my problem is when i unplug the network cable i have to display some message.

In QAbstractSocket class ERROR signal is their i am using that but it is working in windows and the type of error is coming is 7 , but same thing In Linux not working .

In Linux if i unplug the cable i need to explicitly deactivate "eth1" then the Signal will work .

Is it possible without deactivating "eht1" that SIGNAL will work???