PDA

View Full Version : Looking for similar structure in QT



tarakm87
22nd March 2013, 15:15
Hi,

I am new to this world. I would like to know the exact similar structure to windows MFC IP_ADAPTER_INFO structure. I want to list all the network interfaces connected to the computer excluding the one's who are not connected to network like if wifi is not connected to any wifi network it should not be in the list. Where in the same structure i can able to find the network card name, so in all i can have a list of all the network interfaces i have with the hardware name like if my ethernet card is Realtek Ethernet Card it will show Realtek Ethernet ... into the list. Do QT has this facility??

Thanks,
Tarak Patel

anda_skoa
22nd March 2013, 16:11
look for QNetworkConfiguration in the Qt documentation

Cheers,
_