QMetaObject::Connection dis;
dis = connect(this,&TcpSocket::readyRead,this,&TcpSocket::readData);
disconnect(dis);