QString str("125.165.165.217:8080");QString host(str.section(':', 0, 0));quint16 port = str.section(':', 1, 1).toUInt();