Hi.
I would like to assign Ip address to eth0 which is not assigned IP address in QT

is this possible?

generally

#ifconfig eth0 192.168.121.1 up

I would like to make a code like above function in Qt

Help me..